summaryrefslogtreecommitdiff
path: root/helm-lib.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-23 11:48:11 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-11-23 12:04:17 +0100
commit0e8762a9c5d1613641f672455f050e84391ad89b (patch)
tree29bf4230ad1ad0a15ec1edfaae5f2f2c46ba103e /helm-lib.el
parentbec0828a72d3fa16de5f1ffe6e9ac9a0012d2609 (diff)
Rename all helm-fuzzy to helm-flex to not confuse
people with helm-fuzzy helm-completion-style.
Diffstat (limited to 'helm-lib.el')
-rw-r--r--helm-lib.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-lib.el b/helm-lib.el
index b9b965e9..445c07aa 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1367,8 +1367,8 @@ Example:
;; helm-completion-in-region--fix-completion-styles.
(let* ((completion-styles (cond ((memq 'flex completion-styles)
'(flex helm))
- ((memq 'helm-fuzzy completion-styles)
- '(helm-fuzzy helm))
+ ((memq 'helm-flex completion-styles)
+ '(helm-flex helm))
(t '(helm))))
(completion-flex-nospace t)
(compsfn (lambda (str pred _action)