aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-10 17:16:30 -0800
committerGlenn Morris2013-02-10 17:16:30 -0800
commit9d6c9dd13c47564d1226fbaebc7f22556ff62eab (patch)
tree97f3f97f9ef05b5f8981205798e227974354208b
parente08e7d915475863b8f4aa535df09a1a677ae1bb0 (diff)
downloademacs-9d6c9dd13c47564d1226fbaebc7f22556ff62eab.tar.gz
emacs-9d6c9dd13c47564d1226fbaebc7f22556ff62eab.zip
* doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/keymaps.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index bfc4ee2bcce..cae1ff8676b 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12013-02-11 Glenn Morris <rgm@gnu.org>
2
3 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
4
12013-02-09 Glenn Morris <rgm@gnu.org> 52013-02-09 Glenn Morris <rgm@gnu.org>
2 6
3 * keymaps.texi (Creating Keymaps): Update make-keymap result. 7 * keymaps.texi (Creating Keymaps): Update make-keymap result.
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 54211d1aa0b..4e8256b3b4b 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1784,7 +1784,7 @@ that uses @var{key} as a prefix---which would not be allowed if
1784@end group 1784@end group
1785@end smallexample 1785@end smallexample
1786 1786
1787This function is implemented simply using @code{define-key}: 1787This function is equivalent to using @code{define-key} as follows:
1788 1788
1789@smallexample 1789@smallexample
1790@group 1790@group