branch: elpa/helm
commit 322ec72d5116364cc632da5d43148d5a4a5216f8
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Docstring fix only
---
 helm-core.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 9b6c3014a13..4598b0226eb 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -8151,9 +8151,9 @@ source or `helm-follow-input-idle-delay'."
 ;; consumed i.e. the PA is executed because we are idle.
 (defvar helm--execute-persistent-action-timer nil)
 (defun helm--execute-persistent-action-when-idle (&optional delay src)
-  "Call persistent action only once idle DELAY many seconds.
+  "Call persistent action only once idle DELAY that many seconds.
 SRC is used to check if there is a delay specified for this source.
-Also avoid creating unneedlessly a timer at each call."
+Also avoid creating needlessly a timer at each call."
   ;; More or less similar to what the debounce fn in timeout package does,
   ;; except the timer is stored in a global var instead of beeing stored in a
   ;; closure and there is no default output, we just execute

Reply via email to