1
Fork 0
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:
justbur 2015-08-27 08:37:41 -04:00
parent 54fd3bbb55
commit 5eee7e8228

View file

@ -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)