diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-06 02:45:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-06 02:45:08 +0000 |
commit | c64cfb130cf8ad79bf838cd01d20993d16230e1b (patch) | |
tree | 86c4370199fab3bc1591e21920128ff81a27783b /lispref | |
parent | ffa4e7d2c59dc5c5b13eabec43f46c4b2ceef1b4 (diff) | |
download | emacs-c64cfb130cf8ad79bf838cd01d20993d16230e1b.tar.gz |
Minor error in substitute-key-definition.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/keymaps.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 52189797c1c..8182e18014d 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -1048,7 +1048,7 @@ standard bindings: @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{newmap}, not in +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, |