1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

Add note to docstring for which-key-idle-delay

Ref #206
This commit is contained in:
Justin Burkett 2019-03-15 08:48:23 -04:00
parent c87b0ce782
commit 187ac0eb89

View File

@ -56,8 +56,11 @@
:prefix "which-key-")
(defcustom which-key-idle-delay 1.0
"Delay (in seconds) for which-key buffer to popup. A value of zero
might lead to issues, so a non-zero value is recommended
"Delay (in seconds) for which-key buffer to popup. This
variable should be set before activating `which-key-mode'.
A value of zero might lead to issues, so a non-zero value is
recommended
(see https://github.com/justbur/emacs-which-key/issues/134)."
:group 'which-key
:type 'float)