aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/minibuf.c5
1 files 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,
1177Prompt with PROMPT. 1177Prompt with PROMPT.
1178Optional second arg DEF is value to return if user enters an empty line. 1178Optional second arg DEF is value to return if user enters an empty line.
1179 If DEF is a list of default values, return its first element. 1179 If DEF is a list of default values, return its first element.
1180If optional third arg REQUIRE-MATCH is non-nil, 1180Optional third arg REQUIRE-MATCH determines whether non-existing
1181 only existing buffer names are allowed. 1181 buffer names are allowed. It has the same meaning as the
1182 REQUIRE-MATCH argument of `confirm-after-completion'.
1182The argument PROMPT should be a string ending with a colon and a space. 1183The argument PROMPT should be a string ending with a colon and a space.
1183If `read-buffer-completion-ignore-case' is non-nil, completion ignores 1184If `read-buffer-completion-ignore-case' is non-nil, completion ignores
1184case while reading the buffer name. 1185case while reading the buffer name.