aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/minibuf.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/minibuf.texi b/lispref/minibuf.texi
index ff05572a36b..fa78ec1f8bd 100644
--- a/lispref/minibuf.texi
+++ b/lispref/minibuf.texi
@@ -613,6 +613,12 @@ commands won't exit unless the input typed is itself an element of
613@var{collection}. If @var{require-match} is @code{nil}, the exit 613@var{collection}. If @var{require-match} is @code{nil}, the exit
614commands work regardless of the input in the minibuffer. 614commands work regardless of the input in the minibuffer.
615 615
616The user can exit with null input by typing @key{RET} with an empty
617minibuffer. Then @code{completing-read} returns @code{nil}. This is
618how the user requests whatever default the command uses for the value
619being read. The user can return using @key{RET} in this way regardless
620of the value of @var{require-match}.
621
616The function @code{completing-read} works by calling 622The function @code{completing-read} works by calling
617@code{read-minibuffer}. It uses @code{minibuffer-local-completion-map} 623@code{read-minibuffer}. It uses @code{minibuffer-local-completion-map}
618as the keymap if @var{require-match} is @code{nil}, and uses 624as the keymap if @var{require-match} is @code{nil}, and uses