* keymaps.texi (Key Sequences): Remove obsolete sentence.
authorChong Yidong <cyd@gnu.org>
Tue, 2 Apr 2013 07:16:06 +0000 (15:16 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 2 Apr 2013 07:16:06 +0000 (15:16 +0800)
Fixes: debbugs:13356

doc/lispref/ChangeLog
doc/lispref/keymaps.texi

index 4deea30..cfb67be 100644 (file)
@@ -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)
index c4bbe30..cb6c785 100644 (file)
@@ -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