]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 May 2000 19:20:37 +0000 (19:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 May 2000 19:20:37 +0000 (19:20 +0000)
lispref/keymaps.texi

index eef616b8a79496ba5a96b60fc94f67a557ba1051..9b3eb1f76ec7ce8f6ce2467aa35700fddfcd63b9 100644 (file)
@@ -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