Mercurial > emacs
changeset 100592:f4ce122a73cb
(Fread_buffer): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 20 Dec 2008 10:25:19 +0000 |
parents | b0cb5cbb868d |
children | 76cdf125b2f5 |
files | src/minibuf.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Sat Dec 20 10:24:41 2008 +0000 +++ b/src/minibuf.c Sat Dec 20 10:25:19 2008 +0000 @@ -1177,8 +1177,9 @@ 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.