comparison etc/NEWS @ 71907:3f05b471ac55

Mention that kbd macro has existed since Emacs 20.1.
author Kim F. Storm <storm@cua.dk>
date Fri, 14 Jul 2006 23:29:43 +0000
parents 873b90e89ee3
children ad94c37a2dfc
comparison
equal deleted inserted replaced
71906:4a6411420a60 71907:3f05b471ac55
4516 same one used for saving keyboard macros, using the macro `kbd'. For 4516 same one used for saving keyboard macros, using the macro `kbd'. For
4517 example, 4517 example,
4518 4518
4519 (kbd "C-x C-f") => "\^x\^f" 4519 (kbd "C-x C-f") => "\^x\^f"
4520 4520
4521 Actually, this format has existed since Emacs 20.1.
4522
4521 *** Interactive commands can be remapped through keymaps. 4523 *** Interactive commands can be remapped through keymaps.
4522 4524
4523 This is an alternative to using `defadvice' or `substitute-key-definition' 4525 This is an alternative to using `defadvice' or `substitute-key-definition'
4524 to modify the behavior of a key binding using the normal keymap 4526 to modify the behavior of a key binding using the normal keymap
4525 binding and lookup functionality. 4527 binding and lookup functionality.