* keymaps.texi (Key Sequences): Remove obsolete sentence.

Fixes: debbugs:13356
This commit is contained in:
Chong Yidong 2013-04-02 15:16:06 +08:00
parent 92d5961122
commit 27e4813fe1
2 changed files with 5 additions and 3 deletions

View 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)

View 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