aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2019-08-03 14:15:16 +0300
committerEli Zaretskii2019-08-03 14:15:16 +0300
commit3bff466aa687464f32d378aed01af41f45bbb239 (patch)
treeeb832e2037f6fcf2b427e03491a1b6ae254c874c
parent5ae1191e5b012030176a8ec2c39e66b6a8401779 (diff)
downloademacs-3bff466aa687464f32d378aed01af41f45bbb239.tar.gz
emacs-3bff466aa687464f32d378aed01af41f45bbb239.zip
; * etc/NEWS: Fix a typo. (Bug#36829)
-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.