[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 2abfa1d53d 2/3: Update docstring
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 2abfa1d53d 2/3: Update docstring |
Date: |
Thu, 12 Dec 2024 13:02:37 -0500 (EST) |
branch: elpa/helm
commit 2abfa1d53d5bbe0086bd08a0a001f52ea3cedc47
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Update docstring
---
helm-mode.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/helm-mode.el b/helm-mode.el
index 98c6f9dc5e..4712a83d9b 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -358,12 +358,6 @@ There are three possible values to use:
is not available (Emacs<27) helm provides `helm-flex' style which is
similar to `flex' and helm fuzzy matching.
-NOTE: The flex style may become unstable after some time in same session due to
-its buggy adjust metadata function which make the metadata object huge and
-circular, this may crash emacs. You can force the usage of the helm-flex style
-which is safer by removing flex style from `completion-styles-alist' BEFORE
-loading helm.
-
For a better experience with \\='emacs style, if you don't know what to use,
set
`completion-styles' to \\='(flex) if you are using emacs-27 or to
\\='(helm-flex) if you are using emacs-26 or you want to force using helm-flex