mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Document the 'flex' completion style
* doc/emacs/mini.texi (Completion Styles): Document the 'flex' completion style. (Bug#42763)
This commit is contained in:
parent
19fa8b7ca3
commit
98e8241992
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user