# HG changeset patch # User Gerd Moellmann # Date 957468037 0 # Node ID 5d50c2e42c580584ddb6dd247ef685c16e570571 # Parent fe325f67600d3548acfaa306af462a08aa466384 *** empty log message *** diff -r fe325f67600d -r 5d50c2e42c58 lispref/keymaps.texi --- 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