]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add missing parameters in keymap doc
authorKohei Tsuruta <seventhepg@gmail.com>
Fri, 27 Dec 2024 23:27:34 +0000 (15:27 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:24:18 +0000 (21:24 +0100)
* doc/lispref/keymaps.texi (Controlling Active Maps): Add missing
parameters.  (Bug#75174)

Copyright-paperwork-exempt: yes
(cherry picked from commit d47a7d6f0feff57f52db79c3e7e0b7f51566a140)

doc/lispref/keymaps.texi

index 4b900e3a30d65c9c365d773634f22d1cd7773b6f..1e43814f4cf0569ef3bd3f3c2e086dbeb4eedc90 100644 (file)
@@ -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.