diff options
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/ChangeLog | 1 | ||||
-rw-r--r-- | doc/emacs/custom.texi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 3f1a10bc44d..ec1d853cfb9 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -13,6 +13,7 @@ (Init Rebinding): Move mode-local rebinding example here from Local Keymaps. (Modifier Keys): Clarify. + (Rebinding): Add cindex for "binding keys". 2009-09-13 Chong Yidong <cyd@stupidchicken.com> diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index ed275286f56..c01537aa223 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1532,6 +1532,7 @@ They do not bind @key{SPC}. @subsection Changing Key Bindings Interactively @cindex key rebinding, this session @cindex redefining keys, this session +@cindex binding keys The way to redefine an Emacs key is to change its entry in a keymap. You can change the global keymap, in which case the change is |