From: Chong Yidong Date: Sat, 20 Dec 2008 10:25:19 +0000 (+0000) Subject: (Fread_buffer): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~951 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fedada77c53fa991bca9dd95c718d423fdaae7b;p=emacs.git (Fread_buffer): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index ed892e9dc92..e79c7455f3c 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1177,8 +1177,9 @@ DEFUN ("read-buffer", Fread_buffer, Sread_buffer, 1, 3, 0, Prompt with PROMPT. Optional second arg DEF is value to return if user enters an empty line. If DEF is a list of default values, return its first element. -If optional third arg REQUIRE-MATCH is non-nil, - only existing buffer names are allowed. +Optional third arg REQUIRE-MATCH determines whether non-existing + buffer names are allowed. It has the same meaning as the + REQUIRE-MATCH argument of `confirm-after-completion'. The argument PROMPT should be a string ending with a colon and a space. If `read-buffer-completion-ignore-case' is non-nil, completion ignores case while reading the buffer name.