]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documentation of partial completion style
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Nov 2016 16:44:17 +0000 (18:44 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Nov 2016 16:44:17 +0000 (18:44 +0200)
* doc/emacs/mini.texi (Completion Styles): Fix the description of
the wildcard '*'.  (Bug#24890)

doc/emacs/mini.texi

index be4206cb60ca5aa08a28f1226973ee49ba2e9e48..444c8a7d14cd3a2441db2fa32e2d7abef586758b 100644 (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