aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
12014-10-04 Glenn Morris <rgm@gnu.org>
2
3 * vip.texi (Other Vi Commands): Markup fix.
4
12014-10-02 Bastien Guerry <bzg@gnu.org> 52014-10-02 Bastien Guerry <bzg@gnu.org>
2 6
3 * org.texi (Key bindings and useful functions): Fix typo. Use the 7 * 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}).
1555@end example 1555@end example
1556 1556
1557VIP uses a special local keymap to interpret key strokes you enter in vi 1557VIP uses a special local keymap to interpret key strokes you enter in vi
1558mode. The following keys are bound to @var{nil} in the keymap. Therefore, 1558mode. The following keys are bound to @code{nil} in the keymap. Therefore,
1559these keys are interpreted by the global keymap of Emacs. We give below a 1559these keys are interpreted by the global keymap of Emacs. We give below a
1560short description of the functions bound to these keys in the global 1560short description of the functions bound to these keys in the global
1561keymap. See GNU Emacs Manual for details. 1561keymap. See GNU Emacs Manual for details.