summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-08-20 17:53:45 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-08-20 17:53:45 +0200
commitfb3195d7f3805c88617e85c0ad5a875d6f94d81b (patch)
tree7d30d3ef36da840cad67d9eaac48cedce43f398d /helm-help.el
parente98e82f0765300ea132fce4063492efd57deba43 (diff)
* helm.el (helm-update): Allow giving an in-source value to delayed attr.
* helm-regexp.el (helm-m-occur-idle-delay): New user var. (helm-c-source-moccur): Delay source by helm-m-occur-idle-delay time.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/helm-help.el b/helm-help.el
index c05162ce..7a34d7a6 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -842,7 +842,9 @@ HELM-ATTRIBUTE should be a symbol."
(helm-document-attribute 'delayed "optional"
" Candidates from the source are shown only if the user stops
- typing and is idle for `helm-idle-delay' seconds.")
+ typing and is idle for `helm-idle-delay' seconds.
+ If a value is given to delayed attr, this value is used instead only
+ if it is > to `helm-idle-delay'.")
(helm-document-attribute 'volatile "optional"
" Indicates the source assembles the candidate list dynamically,