Mercurial > emacs
changeset 8753:6093207b85e8
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 15 Sep 1994 03:39:16 +0000 |
parents | 67b1905bc9a2 |
children | 244c6e5c5f4b |
files | lispref/minibuf.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/minibuf.texi Thu Sep 15 03:31:52 1994 +0000 +++ b/lispref/minibuf.texi Thu Sep 15 03:39:16 1994 +0000 @@ -613,6 +613,12 @@ @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