]> code.delx.au - gnu-emacs/commitdiff
* 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 4deea30005f752bb74e03ef5677c1ebd3dfffb5b..cfb67be86dc9bc8526de46dc48296644876ad2d9 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 c4bbe303bf90a9f35f5438a24e3f04217df6ecf4..cb6c785905c38e025cf6130d49637c602a1e32f1 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