diff options
| -rw-r--r-- | lispref/keymaps.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index eef616b8a79..9b3eb1f76ec 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -1128,9 +1128,10 @@ standard bindings: | |||
| 1128 | @end smallexample | 1128 | @end smallexample |
| 1129 | 1129 | ||
| 1130 | @c Emacs 19 feature | 1130 | @c Emacs 19 feature |
| 1131 | If @var{oldmap} is non-@code{nil}, then its bindings determine which | 1131 | If @var{oldmap} is non-@code{nil}, that changes the behavior of |
| 1132 | keys to rebind. The rebindings still happen in @var{keymap}, not in | 1132 | @code{substitute-key-definition}: the bindings in @var{oldmap} determine |
| 1133 | @var{oldmap}. Thus, you can change one map under the control of the | 1133 | which keys to rebind. The rebindings still happen in @var{keymap}, not |
| 1134 | in @var{oldmap}. Thus, you can change one map under the control of the | ||
| 1134 | bindings in another. For example, | 1135 | bindings in another. For example, |
| 1135 | 1136 | ||
| 1136 | @smallexample | 1137 | @smallexample |