From: Kohei Tsuruta Date: Fri, 27 Dec 2024 23:27:34 +0000 (-0800) Subject: ; Add missing parameters in keymap doc X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ee2babfa5fc1d03c4735321c3750ca432e0fff4;p=emacs.git ; Add missing parameters in keymap doc * doc/lispref/keymaps.texi (Controlling Active Maps): Add missing parameters. (Bug#75174) Copyright-paperwork-exempt: yes (cherry picked from commit d47a7d6f0feff57f52db79c3e7e0b7f51566a140) --- diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 4b900e3a30d..1e43814f4cf 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -1115,7 +1115,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.