summaryrefslogtreecommitdiff
path: root/lispref/keymaps.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-05-04 19:20:37 +0000
committerGerd Moellmann <gerd@gnu.org>2000-05-04 19:20:37 +0000
commita0a1df48e605a0b3cd26777324acd8b686c03cd5 (patch)
tree24e0dc2eda11b9ed37ec74aefa53f78521f0a14b /lispref/keymaps.texi
parent7b081c7882b111c7a1bd892824355f9a49b9863f (diff)
downloademacs-a0a1df48e605a0b3cd26777324acd8b686c03cd5.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/keymaps.texi')
-rw-r--r--lispref/keymaps.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi
index eef616b8a79..9b3eb1f76ec 100644
--- a/lispref/keymaps.texi
+++ b/lispref/keymaps.texi
@@ -1128,9 +1128,10 @@ standard bindings:
@end smallexample
@c Emacs 19 feature
-If @var{oldmap} is non-@code{nil}, then its bindings determine which
-keys to rebind. The rebindings still happen in @var{keymap}, not in
-@var{oldmap}. Thus, you can change one map under the control of the
+If @var{oldmap} is non-@code{nil}, that changes the behavior of
+@code{substitute-key-definition}: the bindings in @var{oldmap} determine
+which keys to rebind. The rebindings still happen in @var{keymap}, not
+in @var{oldmap}. Thus, you can change one map under the control of the
bindings in another. For example,
@smallexample