mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Add missing parameters in keymap doc
* doc/lispref/keymaps.texi (Controlling Active Maps): Add missing parameters. (Bug#75174) Copyright-paperwork-exempt: yes
This commit is contained in:
parent
07e9f27c3e
commit
d47a7d6f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -1110,7 +1110,7 @@ are used before @code{minor-mode-map-alist} and
|
||||||
@end defvar
|
@end defvar
|
||||||
|
|
||||||
@cindex transient keymap
|
@cindex transient keymap
|
||||||
@defun set-transient-map keymap &optional keep-pred on-exit
|
@defun set-transient-map keymap &optional keep-pred on-exit message timeout
|
||||||
This function adds @var{keymap} as a @dfn{transient} keymap, which
|
This function adds @var{keymap} as a @dfn{transient} keymap, which
|
||||||
takes precedence over other keymaps for one (or more) subsequent keys.
|
takes precedence over other keymaps for one (or more) subsequent keys.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue