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 721b01e..d98743c 100644
--- a/view.h
+++ b/view.h
@@ -146,7 +146,7 @@ void view_selections_dispose_all(View*);
Cursor *view_selections_primary_get(View*);
void view_selections_primary_set(Cursor*);
/** Get first selection. */
-Cursor *view_cursors(View*);
+Cursor *view_selections(View*);
/** Get immediate predecessor of selection. */
Cursor *view_selections_prev(Cursor*);
/** Get immediate successor of selection. */