summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gregory <jgrg@autistici.org>2020-06-17 10:26:11 -0300
committerJonathan Gregory <jgrg@autistici.org>2020-06-17 10:26:11 -0300
commit93acd3531394ce001b63368332a0368d5c51d396 (patch)
treea45594de5a6ccec5bb974e55a3eb8105576adbc1
parentc21fea514afbef21f6f4659e9151f3a5784765f8 (diff)
Update helm-grep-input-idle-delay docstring
-rw-r--r--helm-grep.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/helm-grep.el b/helm-grep.el
index dc982cb6..761ade5e 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -240,9 +240,10 @@ doing."
:type '(repeat string))
(defcustom helm-grep-input-idle-delay 0.1
- "Same as `helm-input-idle-delay' but for grep commands.
-It have a higher value than `helm-input-idle-delay' to avoid
-flickering when updating."
+ "Idle time before updating, specified in seconds.
+A lower value (default) means Helm will display the results
+faster. Increasing it to a higher value (e.g. 0.6) prevents the
+buffer from flickering when updating."
:group 'helm-grep
:type 'float)