aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.h b/view.h
index 7e505ff..13e940d 100644
--- a/view.h
+++ b/view.h
@@ -333,7 +333,7 @@ Filerange view_selection_get(View*);
* @{
*/
/** Save selection which can later be restored. */
-void view_cursors_selection_save(Selection*);
+void view_selections_save(Selection*);
/**
* Restore a previously active selection.
* @rst