From d47a7d6f0feff57f52db79c3e7e0b7f51566a140 Mon Sep 17 00:00:00 2001 From: Kohei Tsuruta Date: Fri, 27 Dec 2024 15:27:34 -0800 Subject: [PATCH] ; Add missing parameters in keymap doc * doc/lispref/keymaps.texi (Controlling Active Maps): Add missing parameters. (Bug#75174) Copyright-paperwork-exempt: yes --- doc/lispref/keymaps.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index a207b0cbb9d..9fd98c73fa4 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -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. -- 2.30.2