diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-11-07 18:44:17 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-11-07 18:44:17 +0200 |
commit | af04919fc5987eabcd52c39b66649f7cd1a90d0e (patch) | |
tree | 159b7da156469640811327b2470d38cd37371f10 /doc/emacs/mini.texi | |
parent | ed80184d0c837cdaeda1c73f71d8d0aea33fae10 (diff) | |
download | emacs-af04919fc5987eabcd52c39b66649f7cd1a90d0e.tar.gz |
Fix documentation of partial completion style
* doc/emacs/mini.texi (Completion Styles): Fix the description of
the wildcard '*'. (Bug#24890)
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index be4206cb60c..444c8a7d14c 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -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 |