aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e84c0d3ec53..cefbe84fc8e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -351,7 +351,7 @@ respects display actions specified by 'display-buffer-alist' and
351'display-buffer-overriding-action'. 351'display-buffer-overriding-action'.
352 352
353** New 'flex' completion style 353** New 'flex' completion style
354An implementation of popular "flx/fuzzy/scatter" completion which 354An implementation of popular "flex/fuzzy/scatter" completion which
355matches strings where the pattern appears as a subsequence. Put 355matches strings where the pattern appears as a subsequence. Put
356simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex' 356simply, makes "foo" complete to both "barfoo" and "frodo". Add 'flex'
357to 'completion-styles' or 'completion-category-overrides' to use it. 357to 'completion-styles' or 'completion-category-overrides' to use it.