* lisp/minibuffer.el (completion-styles-alist): Tweak flex's docstring
This commit is contained in:
parent
ef718cbe9e
commit
959ba6ea79
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ pattern \"*foo*bar*\".")
|
|||
completion-flex-try-completion completion-flex-all-completions
|
||||
"Completion of an in-order subset of characters.
|
||||
When completing \"foo\" the glob \"*f*o*o*\" is used, so that
|
||||
i.e. foo can complete to frodo.")
|
||||
\"foo\" can complete to \"frodo\".")
|
||||
(initials
|
||||
completion-initials-try-completion completion-initials-all-completions
|
||||
"Completion of acronyms and initialisms.
|
||||
|
|
Loading…
Add table
Reference in a new issue