1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Fix documentation of partial completion style

* doc/emacs/mini.texi (Completion Styles): Fix the description of
the wildcard '*'.  (Bug#24890)
This commit is contained in:
Eli Zaretskii 2016-11-07 18:44:17 +02:00
parent ed80184d0c
commit af04919fc5

View File

@ -469,8 +469,8 @@ separately. (For example, when completing command names,
@samp{em-l-m} completes to @samp{emacs-lisp-mode}.)
Furthermore, a @samp{*} in the minibuffer text is treated as a
@dfn{wildcard}---it matches any character at the corresponding
position in the completion alternative.
@dfn{wildcard}---it matches any string of characters at the
corresponding position in the completion alternative.
@item emacs22
This completion style is similar to @code{basic}, except that it