diff options
author | Glenn Morris <rgm@gnu.org> | 2014-10-03 23:55:37 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-10-03 23:55:37 -0700 |
commit | 93e408d7c55243176eab2b66cf4eaaf5847d685b (patch) | |
tree | 2f2f1b8794ccf8e2a5dbcdd6520890f51a8bcc73 /doc/misc/vip.texi | |
parent | e2634d919744b2397d1cccfd01ea78efdad76303 (diff) | |
download | emacs-93e408d7c55243176eab2b66cf4eaaf5847d685b.tar.gz emacs-93e408d7c55243176eab2b66cf4eaaf5847d685b.tar.bz2 emacs-93e408d7c55243176eab2b66cf4eaaf5847d685b.zip |
* doc/misc/vip.texi (Other Vi Commands): Markup fix.
Diffstat (limited to 'doc/misc/vip.texi')
-rw-r--r-- | doc/misc/vip.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/vip.texi b/doc/misc/vip.texi index e11a5eb4c8b..e7a53e768a7 100644 --- a/doc/misc/vip.texi +++ b/doc/misc/vip.texi @@ -1555,7 +1555,7 @@ assigned to a function that just beeps (@code{vip-nil}). @end example VIP uses a special local keymap to interpret key strokes you enter in vi -mode. The following keys are bound to @var{nil} in the keymap. Therefore, +mode. The following keys are bound to @code{nil} in the keymap. Therefore, these keys are interpreted by the global keymap of Emacs. We give below a short description of the functions bound to these keys in the global keymap. See GNU Emacs Manual for details. |