summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2013-04-02 15:16:06 +0800
committerChong Yidong <cyd@gnu.org>2013-04-02 15:16:06 +0800
commit27e4813fe112227a9aa005e4ded6aa0b54a91efe (patch)
treebd8ac63abbc847f5b0b154ab0e77ee16b6beaf6f
parent92d596112248baecbe6789d450d8e8ea405de19b (diff)
downloademacs-27e4813fe112227a9aa005e4ded6aa0b54a91efe.tar.gz
* keymaps.texi (Key Sequences): Remove obsolete sentence.
Fixes: debbugs:13356
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/keymaps.texi3
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 4deea30005f..cfb67be86dc 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-02 Chong Yidong <cyd@gnu.org>
+
+ * keymaps.texi (Key Sequences): Remove obsolete sentence
+ (Bug#13356).
+
2013-01-03 Ari Roponen <ari.roponen@gmail.com> (tiny change)
* hash.texi (Defining Hash): Fix typo. (Bug#13345)
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index c4bbe303bf9..cb6c785905c 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -94,9 +94,6 @@ Manual}.
(kbd "<f1> SPC") @result{} [f1 32]
(kbd "C-M-<down>") @result{} [C-M-down]
@end example
-
-This macro is not meant for use with arguments that vary---only
-with string constants.
@end defun
@node Keymap Basics