From: Eli Zaretskii Date: Sat, 18 Oct 2008 16:33:53 +0000 (+0000) Subject: (Minibuffer Completion): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~2409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26c6145fdabba5ebe35ca2146eacbecf04b822a9;p=emacs.git (Minibuffer Completion): Fix last change. --- diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 55b6f77262a..f341613494f 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -877,7 +877,7 @@ of the input in the minibuffer. If @var{require-match} is @code{t}, the usual minibuffer exit commands won't exit unless the input completes to an element of @var{collection}. If @var{require-match} is @code{confirm-only}, the user can exit with any input, but she will -asked for a confirmation if the input is not an element of +be asked for a confirmation if the input is not an element of @var{collection}. Any other value of @var{require-match} behaves like @code{t}, except that the exit commands won't exit if it does non-null completion.