From: Richard M. Stallman Date: Tue, 6 Feb 1996 02:45:08 +0000 (+0000) Subject: Minor error in substitute-key-definition. X-Git-Tag: emacs-19.34~1362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d3af498fbeebc5dbbee33ca074ea3e0b824b0c7;p=emacs.git Minor error in substitute-key-definition. --- 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,