Mercurial > emacs
changeset 14498:7097c189c25d
Minor error in substitute-key-definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Feb 1996 02:45:08 +0000 |
parents | 002c4d6b3e28 |
children | 894f8352b8e5 |
files | lispref/keymaps.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/keymaps.texi Tue Feb 06 02:34:19 1996 +0000 +++ b/lispref/keymaps.texi Tue Feb 06 02:45:08 1996 +0000 @@ -1048,7 +1048,7 @@ @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,