]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fread_buffer): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 10:25:19 +0000 (10:25 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 20 Dec 2008 10:25:19 +0000 (10:25 +0000)
src/minibuf.c

index ed892e9dc92962c550592e66255a66a74d2ee57f..e79c7455f3c414990720763504b5bad2c2c1315e 100644 (file)
@@ -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.