diff options
| author | Justin Burkett | 2019-03-15 08:48:23 -0400 |
|---|---|---|
| committer | Justin Burkett | 2019-03-15 08:48:23 -0400 |
| commit | 187ac0eb8990b62d4bfd83aac10a0ae68cdd2ff5 (patch) | |
| tree | 580b708536c1b112fc261a21d9599c386f245581 | |
| parent | c87b0ce78213f922a725be1e0ae2dede1cf29516 (diff) | |
| download | emacs-187ac0eb8990b62d4bfd83aac10a0ae68cdd2ff5.tar.gz emacs-187ac0eb8990b62d4bfd83aac10a0ae68cdd2ff5.zip | |
Add note to docstring for which-key-idle-delay
Ref #206
| -rw-r--r-- | which-key.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/which-key.el b/which-key.el index 2aeaeaaa21c..6980b78c5b9 100644 --- a/which-key.el +++ b/which-key.el | |||
| @@ -56,8 +56,11 @@ | |||
| 56 | :prefix "which-key-") | 56 | :prefix "which-key-") |
| 57 | 57 | ||
| 58 | (defcustom which-key-idle-delay 1.0 | 58 | (defcustom which-key-idle-delay 1.0 |
| 59 | "Delay (in seconds) for which-key buffer to popup. A value of zero | 59 | "Delay (in seconds) for which-key buffer to popup. This |
| 60 | might lead to issues, so a non-zero value is recommended | 60 | variable should be set before activating `which-key-mode'. |
| 61 | |||
| 62 | A value of zero might lead to issues, so a non-zero value is | ||
| 63 | recommended | ||
| 61 | (see https://github.com/justbur/emacs-which-key/issues/134)." | 64 | (see https://github.com/justbur/emacs-which-key/issues/134)." |
| 62 | :group 'which-key | 65 | :group 'which-key |
| 63 | :type 'float) | 66 | :type 'float) |