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 b9e2007..7a6aa90 100644
--- a/view.h
+++ b/view.h
@@ -194,7 +194,7 @@ void view_selections_set(Cursor*, const Filerange*);
* .. note:: Sets selection to non-anchored mode.
* @endrst
*/
-void view_cursors_selection_clear(Cursor*);
+void view_selection_clear(Cursor*);
/** Reduce *all* currently active selections. */
void view_selections_clear_all(View*);
/**