mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* keymaps.texi (Key Sequences): Remove obsolete sentence.
Fixes: debbugs:13356
This commit is contained in:
parent
92d5961122
commit
27e4813fe1
2 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue