branch: elpa/helm
commit 04b2baa9abacdd6642c5ace055e0d62a70271bd8
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Update some docstrings
---
 helm-core.el | 3 ++-
 helm-mode.el | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 0d4838bd15..9ef6a786c2 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5112,7 +5112,8 @@ without recomputing them, it should be a list of lists."
       (helm-log "helm-update" "end update"))))
 
 (defun helm-maybe-dim-prompt-on-update (overlay)
-  "Make minibuffer foreground gray while updating."
+  "Make minibuffer foreground gray while updating.
+Argument OVERLAY is a ref-cell."
   (when (and helm-dim-prompt-on-update (not (helm-empty-buffer-p)))
     (with-selected-window (minibuffer-window)
       (setcar overlay (make-overlay (minibuffer-prompt-end) (point-max)))
diff --git a/helm-mode.el b/helm-mode.el
index ac9abe2f00..d4297c8a34 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -399,7 +399,9 @@ NOT `setq'."
 
 NOTE: Commands involving `completing-read' specified in
 `helm-completing-read-handlers-alist' take precedence on commands
-you put here.
+you put here.  Specifying a mode instead of a command affect only
+completion-in-region and not the completing-read's called in this mode, use
+`helm-completing-read-handlers-alist' for this.
 
 Each entry is a cons cell like (mode_or_command . style) where
 style must be a suitable value for `helm-completion-style'.  When

Reply via email to