comparison doc/lispref/minibuf.texi @ 98828:387eae245c1e

(Minibuffer Completion): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Oct 2008 16:33:53 +0000
parents 9cbd69c7bb9d
children 0cd40c64e0f2
comparison
equal deleted inserted replaced
98827:4a504448eb9c 98828:387eae245c1e
875 If @var{require-match} is @code{nil}, the exit commands work regardless 875 If @var{require-match} is @code{nil}, the exit commands work regardless
876 of the input in the minibuffer. If @var{require-match} is @code{t}, the 876 of the input in the minibuffer. If @var{require-match} is @code{t}, the
877 usual minibuffer exit commands won't exit unless the input completes to 877 usual minibuffer exit commands won't exit unless the input completes to
878 an element of @var{collection}. If @var{require-match} is 878 an element of @var{collection}. If @var{require-match} is
879 @code{confirm-only}, the user can exit with any input, but she will 879 @code{confirm-only}, the user can exit with any input, but she will
880 asked for a confirmation if the input is not an element of 880 be asked for a confirmation if the input is not an element of
881 @var{collection}. Any other value of @var{require-match} behaves like 881 @var{collection}. Any other value of @var{require-match} behaves like
882 @code{t}, except that the exit commands won't exit if it does non-null 882 @code{t}, except that the exit commands won't exit if it does non-null
883 completion. 883 completion.
884 884
885 However, empty input is always permitted, regardless of the value of 885 However, empty input is always permitted, regardless of the value of