diff options
| author | Chong Yidong | 2008-12-20 10:25:19 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-20 10:25:19 +0000 |
| commit | 5fedada77c53fa991bca9dd95c718d423fdaae7b (patch) | |
| tree | 9564f3e99777aaa7a0f8ba7666ef1106bc12e026 | |
| parent | 6ea151235e788bac5aaf2647ac0d453e1ec7f53a (diff) | |
| download | emacs-5fedada77c53fa991bca9dd95c718d423fdaae7b.tar.gz emacs-5fedada77c53fa991bca9dd95c718d423fdaae7b.zip | |
(Fread_buffer): Doc fix.
| -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. |