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 d98743c..2a3f15c 100644
--- a/view.h
+++ b/view.h
@@ -173,7 +173,7 @@ int view_selections_column_count(View*);
* Starting from the start of the text, get the `column`-th selection on a line.
* @param column The zero based column index.
*/
-Cursor *view_cursors_column(View*, int column);
+Cursor *view_selections_column(View*, int column);
/**
* Get the next `column`-th selection on a line.
* @param column The zero based column index.