branch: elpa/helm commit 986088b779dcaadde9cb7a5c40fdf0c44a73dd91 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Update docstring --- helm-multi-match.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/helm-multi-match.el b/helm-multi-match.el index e00478438f..7556da1efb 100644 --- a/helm-multi-match.el +++ b/helm-multi-match.el @@ -38,14 +38,17 @@ Here are the possible value of this symbol and their meaning: - multi1: Respect order, prefix of pattern must match. - multi2: Same but with partial match. - multi3: The best, multiple regexp match, allow negation. -- multi3f: Same as multi3 but for files (HFF and friends). +- multi3f: Same as multi3 but for files only (HFF and friends). - multi3p: Same but prefix must match. Default is multi3, you should keep this for a better experience. Note that multi1 and multi3p are incompatible with fuzzy matching in file completion and by the way fuzzy matching will be disabled there -when these options are used." +when these options are used. Also the multi3f method is meant to be used within +helm-find-files or at least when matching on a list of files or strings with a +leading common part like the basedir of an absolute filename from the same +directory but never globally." :type '(radio :tag "Matching methods for helm" (const :tag "Multiple regexp 1 ordered with prefix match" multi1) (const :tag "Multiple regexp 2 ordered with partial match" multi2)