aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-06 02:45:08 +0000
committerRichard M. Stallman1996-02-06 02:45:08 +0000
commit3d3af498fbeebc5dbbee33ca074ea3e0b824b0c7 (patch)
tree664522b4a9b88d46f1b2723e52953d3862685aff /lispref
parent061b7f94851916296b23dff3607ed21d820122b9 (diff)
downloademacs-3d3af498fbeebc5dbbee33ca074ea3e0b824b0c7.tar.gz
emacs-3d3af498fbeebc5dbbee33ca074ea3e0b824b0c7.zip
Minor error in substitute-key-definition.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/keymaps.texi2
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:
1048 1048
1049@c Emacs 19 feature 1049@c Emacs 19 feature
1050If @var{oldmap} is non-@code{nil}, then its bindings determine which 1050If @var{oldmap} is non-@code{nil}, then its bindings determine which
1051keys to rebind. The rebindings still happen in @var{newmap}, not in 1051keys to rebind. The rebindings still happen in @var{keymap}, not in
1052@var{oldmap}. Thus, you can change one map under the control of the 1052@var{oldmap}. Thus, you can change one map under the control of the
1053bindings in another. For example, 1053bindings in another. For example,
1054 1054