; 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:
Kohei Tsuruta 2024-12-27 15:27:34 -08:00 committed by Eli Zaretskii
parent 07e9f27c3e
commit d47a7d6f0f

View file

@ -1110,7 +1110,7 @@ are used before @code{minor-mode-map-alist} and
@end defvar
@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
takes precedence over other keymaps for one (or more) subsequent keys.