From: Eli Zaretskii Date: Mon, 7 Nov 2016 16:44:17 +0000 (+0200) Subject: Fix documentation of partial completion style X-Git-Tag: emacs-25.1.90~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af04919fc5987eabcd52c39b66649f7cd1a90d0e;p=emacs.git Fix documentation of partial completion style * doc/emacs/mini.texi (Completion Styles): Fix the description of the wildcard '*'. (Bug#24890) --- 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