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 ee12574..0d3c7bd 100644
--- a/view.h
+++ b/view.h
@@ -148,7 +148,7 @@ void view_selections_primary_set(Cursor*);
/** Get first selection. */
Cursor *view_cursors(View*);
/** Get immediate predecessor of selection. */
-Cursor *view_cursors_prev(Cursor*);
+Cursor *view_selections_prev(Cursor*);
/** Get immediate successor of selection. */
Cursor *view_cursors_next(Cursor*);
/**