aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-15 03:39:16 +0000
committerRichard M. Stallman1994-09-15 03:39:16 +0000
commitece23c274d2cdc8893d0b450fef568c9c9aaabc1 (patch)
treec73a0f7887128950b206837d266100a298a95021
parentcbbc391717a2e00443f36e407991dfdd7ec74dd8 (diff)
downloademacs-ece23c274d2cdc8893d0b450fef568c9c9aaabc1.tar.gz
emacs-ece23c274d2cdc8893d0b450fef568c9c9aaabc1.zip
entered into RCS
-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