mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 11:27:34 +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
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue