From 0e8762a9c5d1613641f672455f050e84391ad89b Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sat, 23 Nov 2019 11:48:11 +0100 Subject: Rename all helm-fuzzy to helm-flex to not confuse people with helm-fuzzy helm-completion-style. --- helm-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helm-lib.el') 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) -- cgit v1.2.3