; Add missing parameters in keymap doc
authorKohei Tsuruta <seventhepg@gmail.com>
Fri, 27 Dec 2024 23:27:34 +0000 (15:27 -0800)
committerEli Zaretskii <eliz@gnu.org>
Sun, 29 Dec 2024 13:40:13 +0000 (15:40 +0200)
* doc/lispref/keymaps.texi (Controlling Active Maps): Add missing
parameters.  (Bug#75174)

Copyright-paperwork-exempt: yes

doc/lispref/keymaps.texi

index a207b0cbb9d4deff8f6f9f32546d4d0c2f585210..9fd98c73fa433cbe64acfe4730b196365b03c3d6 100644 (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.