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 fcdb353..f725b88 100644
--- a/view.h
+++ b/view.h
@@ -157,7 +157,7 @@ Cursor *view_selections_next(Cursor*);
* .. note:: Is always at least 1.
* @endrst
*/
-int view_cursors_count(View*);
+int view_selections_count(View*);
/**
* Get selection index.
* @rst