diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-09-06 07:19:10 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-09-06 07:19:10 +0000 |
commit | 8f2bf1bc3a65947e7ad2f161e11318c61e36c5ec (patch) | |
tree | 1156b56cabc45410265c6752af11d1581896fc6d /lisp/vcursor.el | |
parent | f7a53caeeb126e01445da1d2b040ced3986fcead (diff) | |
download | emacs-8f2bf1bc3a65947e7ad2f161e11318c61e36c5ec.tar.gz |
(vcursor-toggle-vcursor-map): Fix spacing.
Diffstat (limited to 'lisp/vcursor.el')
-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." (defun vcursor-toggle-vcursor-map (&optional force noredisp) "Toggle the state of the vcursor key map. When on, the keys defined in it are mapped directly on top of the main -keymap, allowing you to move the vcursor with ordinary motion keys. +keymap, allowing you to move the vcursor with ordinary motion keys. An indication \"!VC\" appears in the mode list. The effect is local to the current buffer. With prefix FORCE, turn on, or off if it is 0. |