From af04919fc5987eabcd52c39b66649f7cd1a90d0e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 7 Nov 2016 18:44:17 +0200 Subject: [PATCH] Fix documentation of partial completion style * doc/emacs/mini.texi (Completion Styles): Fix the description of the wildcard '*'. (Bug#24890) --- doc/emacs/mini.texi | 4 ++-- 1 file 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