aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog1
-rw-r--r--doc/emacs/custom.texi1
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 @@
13 (Init Rebinding): Move mode-local rebinding example here from Local 13 (Init Rebinding): Move mode-local rebinding example here from Local
14 Keymaps. 14 Keymaps.
15 (Modifier Keys): Clarify. 15 (Modifier Keys): Clarify.
16 (Rebinding): Add cindex for "binding keys".
16 17
172009-09-13 Chong Yidong <cyd@stupidchicken.com> 182009-09-13 Chong Yidong <cyd@stupidchicken.com>
18 19
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}.
1532@subsection Changing Key Bindings Interactively 1532@subsection Changing Key Bindings Interactively
1533@cindex key rebinding, this session 1533@cindex key rebinding, this session
1534@cindex redefining keys, this session 1534@cindex redefining keys, this session
1535@cindex binding keys
1535 1536
1536 The way to redefine an Emacs key is to change its entry in a keymap. 1537 The way to redefine an Emacs key is to change its entry in a keymap.
1537You can change the global keymap, in which case the change is 1538You can change the global keymap, in which case the change is