aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/minibuf.texi2
1 files changed, 1 insertions, 1 deletions
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
877usual minibuffer exit commands won't exit unless the input completes to 877usual minibuffer exit commands won't exit unless the input completes to
878an element of @var{collection}. If @var{require-match} is 878an 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
880asked for a confirmation if the input is not an element of 880be 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
883completion. 883completion.