projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e9f27
)
; Add missing parameters in keymap doc
author
Kohei Tsuruta
<seventhepg@gmail.com>
Fri, 27 Dec 2024 23:27:34 +0000
(15:27 -0800)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/doc/lispref/keymaps.texi
b/doc/lispref/keymaps.texi
index a207b0cbb9d4deff8f6f9f32546d4d0c2f585210..9fd98c73fa433cbe64acfe4730b196365b03c3d6 100644
(file)
--- 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.