diff options
| -rw-r--r-- | lisp/vcursor.el | 2 |
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. |
| 1126 | When on, the keys defined in it are mapped directly on top of the main | 1126 | When on, the keys defined in it are mapped directly on top of the main |
| 1127 | keymap, allowing you to move the vcursor with ordinary motion keys. | 1127 | keymap, allowing you to move the vcursor with ordinary motion keys. |
| 1128 | An indication \"!VC\" appears in the mode list. The effect is | 1128 | An indication \"!VC\" appears in the mode list. The effect is |
| 1129 | local to the current buffer. | 1129 | local to the current buffer. |
| 1130 | With prefix FORCE, turn on, or off if it is 0. | 1130 | With prefix FORCE, turn on, or off if it is 0. |