[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 77c1663455 2/3: Fix comment
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 77c1663455 2/3: Fix comment |
Date: |
Sun, 29 Sep 2024 01:00:11 -0400 (EDT) |
branch: elpa/helm
commit 77c1663455c77f2e3a407414db37e06ea1d4cf33
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix comment
---
helm-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-lib.el b/helm-lib.el
index 172ae9dcc3..77d9285719 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -2090,7 +2090,7 @@ property."
completion-styles-alist
:test 'equal)
(unless (assq 'flex completion-styles-alist)
- ;; Add helm-fuzzy style only if flex is not available.
+ ;; Add helm-flex style only if flex is not available.
(cl-pushnew '(helm-flex helm-flex-completion-try-completion
helm-flex-completion-all-completions
"helm flex completion style.\nProvide flex
matching for emacs-26.")