mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 19:30:45 -08:00
Fix which-key-echo-keystrokes docstring
This commit is contained in:
parent
54fd3bbb55
commit
5eee7e8228
1 changed files with 4 additions and 3 deletions
|
|
@ -54,9 +54,10 @@
|
|||
|
||||
(defcustom which-key-echo-keystrokes 0
|
||||
"Value to use for `echo-keystrokes'.
|
||||
This only applies when `which-key-popup-type' is minibuffer. It
|
||||
needs to be less than `which-key-idle-delay' or else the echo
|
||||
will erase the which-key popup."
|
||||
This only applies if `which-key-popup-type' is minibuffer or
|
||||
`which-key-show-prefix' is echo. It needs to be less than
|
||||
`which-key-idle-delay' or else the keystroke echo will erase the
|
||||
which-key popup."
|
||||
:group 'which-key
|
||||
:type 'float)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue