aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-18 16:33:53 +0000
committerEli Zaretskii2008-10-18 16:33:53 +0000
commit26c6145fdabba5ebe35ca2146eacbecf04b822a9 (patch)
tree31af6c548e0d43e4227ef194ee5267e179b6ac3f
parentef5fbab75bd5501e989bdd73ff4f5b4457f27f57 (diff)
downloademacs-26c6145fdabba5ebe35ca2146eacbecf04b822a9.tar.gz
emacs-26c6145fdabba5ebe35ca2146eacbecf04b822a9.zip
(Minibuffer Completion): Fix last change.
-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.