changeset 98828:387eae245c1e

(Minibuffer Completion): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Oct 2008 16:33:53 +0000
parents 4a504448eb9c
children e27ba9bfde7a
files doc/lispref/minibuf.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/minibuf.texi	Sat Oct 18 16:33:17 2008 +0000
+++ b/doc/lispref/minibuf.texi	Sat Oct 18 16:33:53 2008 +0000
@@ -877,7 +877,7 @@
 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.