]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor error in substitute-key-definition.
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Feb 1996 02:45:08 +0000 (02:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Feb 1996 02:45:08 +0000 (02:45 +0000)
lispref/keymaps.texi

index 52189797c1c7ee18623f16f06bb6842bd0d650bb..8182e18014d141a5423101afd77f7903b23eb136 100644 (file)
@@ -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,