]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the 'flex' completion style
authorEli Zaretskii <eliz@gnu.org>
Sat, 15 Aug 2020 09:32:32 +0000 (12:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Aug 2020 09:32:32 +0000 (12:32 +0300)
* doc/emacs/mini.texi (Completion Styles): Document the 'flex'
completion style.  (Bug#42763)

doc/emacs/mini.texi

index 55e41e38cb73303334c9d2207332ab0f4621dd14..54f046a7e05f78645d17bf4c94329a9a2de238f4 100644 (file)
@@ -518,6 +518,13 @@ between @samp{foo} and @samp{bar}, that matches
 @samp{@var{a}foo@var{b}bar@var{c}}, where @var{a}, @var{b}, and
 @var{c} can be any string including the empty string.
 
+@item flex
+@cindex @code{flex}, completion style
+This aggressive completion style, also known as @code{flx} or
+@code{fuzzy} or @code{scatter} completion, attempts to complete using
+in-order substrings.  For example, it can consider @samp{foo} to match
+@samp{frodo} or @samp{fbarbazoo}.
+
 @item initials
 @cindex @code{initials}, completion style
 This very aggressive completion style attempts to complete acronyms