summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-10-03 23:55:37 -0700
committerGlenn Morris <rgm@gnu.org>2014-10-03 23:55:37 -0700
commit93e408d7c55243176eab2b66cf4eaaf5847d685b (patch)
tree2f2f1b8794ccf8e2a5dbcdd6520890f51a8bcc73 /doc
parente2634d919744b2397d1cccfd01ea78efdad76303 (diff)
downloademacs-93e408d7c55243176eab2b66cf4eaaf5847d685b.tar.gz
* doc/misc/vip.texi (Other Vi Commands): Markup fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/vip.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 6e0b164b72b..9c3ca5dd120 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-04 Glenn Morris <rgm@gnu.org>
+
+ * vip.texi (Other Vi Commands): Markup fix.
+
2014-10-02 Bastien Guerry <bzg@gnu.org>
* org.texi (Key bindings and useful functions): Fix typo. Use the
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.