diff options
| -rw-r--r-- | src/minibuf.c | 5 |
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, | |||
| 1177 | Prompt with PROMPT. | 1177 | Prompt with PROMPT. |
| 1178 | Optional second arg DEF is value to return if user enters an empty line. | 1178 | Optional 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. |
| 1180 | If optional third arg REQUIRE-MATCH is non-nil, | 1180 | Optional 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'. | ||
| 1182 | The argument PROMPT should be a string ending with a colon and a space. | 1183 | The argument PROMPT should be a string ending with a colon and a space. |
| 1183 | If `read-buffer-completion-ignore-case' is non-nil, completion ignores | 1184 | If `read-buffer-completion-ignore-case' is non-nil, completion ignores |
| 1184 | case while reading the buffer name. | 1185 | case while reading the buffer name. |