emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 68b8c89614 1/2: Fix comment


From: ELPA Syncer
Subject: [nongnu] elpa/helm 68b8c89614 1/2: Fix comment
Date: Fri, 17 Mar 2023 14:00:40 -0400 (EDT)

branch: elpa/helm
commit 68b8c89614311df6a7ea0276ed1328383dc775a8
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix comment
---
 helm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index c57ac6484c..07e2ca9474 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -511,7 +511,7 @@ If COLLECTION is an `obarray', a TEST should be needed. See 
`obarray'."
                                (not helm--completing-region)
                                (memq helm-completion-style '(helm helm-fuzzy)))
                           (helm-completion-in-region--initial-filter
-                           ;; Ensure we use the display part of candidates.
+                           ;; Ensure we use the display part of candidates (if 
some).
                            (all-completions "" candidates)
                            annotation nil nil)
                         candidates)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]