summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-02-10 17:16:30 -0800
committerGlenn Morris <rgm@gnu.org>2013-02-10 17:16:30 -0800
commit9d6c9dd13c47564d1226fbaebc7f22556ff62eab (patch)
tree97f3f97f9ef05b5f8981205798e227974354208b /doc
parente08e7d915475863b8f4aa535df09a1a677ae1bb0 (diff)
downloademacs-9d6c9dd13c47564d1226fbaebc7f22556ff62eab.tar.gz
* doc/lispref/keymaps.texi (Key Binding Commands): Trivial rephrasing.
Diffstat (limited to 'doc')
-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 @@
+2013-02-11 Glenn Morris <rgm@gnu.org>
+
+ * keymaps.texi (Key Binding Commands): Trivial rephrasing.
+
2013-02-09 Glenn Morris <rgm@gnu.org>
* 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
@end group
@end smallexample
-This function is implemented simply using @code{define-key}:
+This function is equivalent to using @code{define-key} as follows:
@smallexample
@group