mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
*** empty log message ***
This commit is contained in:
parent
7b081c7882
commit
a0a1df48e6
@ -1128,9 +1128,10 @@ standard bindings:
|
||||
@end smallexample
|
||||
|
||||
@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{keymap}, not in
|
||||
@var{oldmap}. Thus, you can change one map under the control of the
|
||||
If @var{oldmap} is non-@code{nil}, that changes the behavior of
|
||||
@code{substitute-key-definition}: the bindings in @var{oldmap} determine
|
||||
which 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,
|
||||
|
||||
@smallexample
|
||||
|
Loading…
Reference in New Issue
Block a user