changeset 28809:5d50c2e42c58

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 04 May 2000 19:20:37 +0000
parents fe325f67600d
children 4756047a4398
files lispref/keymaps.texi
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/keymaps.texi	Thu May 04 16:12:32 2000 +0000
+++ b/lispref/keymaps.texi	Thu May 04 19:20:37 2000 +0000
@@ -1128,9 +1128,10 @@
 @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