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

    Fix comment
---
 helm-core.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/helm-core.el b/helm-core.el
index 102e52ae0c..89bf45df26 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -6335,9 +6335,8 @@ message \\='no match'."
 
 (defun helm--set-minibuffer-completion-confirm (src)
   "Return the value of a REQUIRE-MATCH arg in a `completing-read'."
-  ;; When `minibuffer-completion-confirm' is set to 'noexit or
-  ;; 'exit, that's mean MUST-MATCH is a function and we use its
-  ;; return value.
+  ;; Set `minibuffer-completion-confirm' to 'noexit or
+  ;; 'exit, according to MUST-MATCH value (possibly a function).
   (with-helm-buffer
     (setq minibuffer-completion-confirm
           (helm-acase (helm-get-attr 'must-match src)

Reply via email to