]> code.delx.au - gnu-emacs/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 1994 03:39:16 +0000 (03:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Sep 1994 03:39:16 +0000 (03:39 +0000)
lispref/minibuf.texi

index ff05572a36b2f1e37eb43277037869e389ddaf88..fa78ec1f8bdb4694c7994030e789259c9b8899da 100644 (file)
@@ -613,6 +613,12 @@ commands won't exit unless the input typed is itself an element of
 @var{collection}.  If @var{require-match} is @code{nil}, the exit
 commands work regardless of the input in the minibuffer.
 
+The user can exit with null input by typing @key{RET} with an empty
+minibuffer.  Then @code{completing-read} returns @code{nil}.  This is
+how the user requests whatever default the command uses for the value
+being read.  The user can return using @key{RET} in this way regardless
+of the value of @var{require-match}.
+
 The function @code{completing-read} works by calling
 @code{read-minibuffer}.  It uses @code{minibuffer-local-completion-map}
 as the keymap if @var{require-match} is @code{nil}, and uses