From 5fedada77c53fa991bca9dd95c718d423fdaae7b Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 20 Dec 2008 10:25:19 +0000 Subject: [PATCH] (Fread_buffer): Doc fix. --- src/minibuf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.2