aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vcursor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vcursor.el b/lisp/vcursor.el
index 492d660b3a2..25de4aa603e 100644
--- a/lisp/vcursor.el
+++ b/lisp/vcursor.el
@@ -1124,7 +1124,7 @@ line is treated like ordinary characters."
1124(defun vcursor-toggle-vcursor-map (&optional force noredisp) 1124(defun vcursor-toggle-vcursor-map (&optional force noredisp)
1125 "Toggle the state of the vcursor key map. 1125 "Toggle the state of the vcursor key map.
1126When on, the keys defined in it are mapped directly on top of the main 1126When on, the keys defined in it are mapped directly on top of the main
1127keymap, allowing you to move the vcursor with ordinary motion keys. 1127keymap, allowing you to move the vcursor with ordinary motion keys.
1128An indication \"!VC\" appears in the mode list. The effect is 1128An indication \"!VC\" appears in the mode list. The effect is
1129local to the current buffer. 1129local to the current buffer.
1130With prefix FORCE, turn on, or off if it is 0. 1130With prefix FORCE, turn on, or off if it is 0.