diff options
| author | Christoph Scholtes | 2010-07-26 01:56:56 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-26 01:56:56 +0200 |
| commit | a2a0d36b5b01118f36ce52c198148fbe308878fe (patch) | |
| tree | 84df15d031cff0c2848809bb7fa13b86cec0dba0 /src | |
| parent | 4ac3a65cf109e66549fea3d07202404ce4834ab6 (diff) | |
| download | emacs-a2a0d36b5b01118f36ce52c198148fbe308878fe.tar.gz emacs-a2a0d36b5b01118f36ce52c198148fbe308878fe.zip | |
* minibuf.c (Fread_buffer): Doc fix (bug#6528).
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/minibuf.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 07db0ab32cc..6b9c8614837 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-25 Christoph Scholtes <cschol2112@gmail.com> | ||
| 2 | |||
| 3 | * minibuf.c (Fread_buffer): Doc fix (bug#6528). | ||
| 4 | |||
| 1 | 2010-07-22 Christoph Scholtes <cschol2112@gmail.com> | 5 | 2010-07-22 Christoph Scholtes <cschol2112@gmail.com> |
| 2 | 6 | ||
| 3 | * window.c (Fwindow_height): Doc fix (bug#6518). | 7 | * window.c (Fwindow_height): Doc fix (bug#6518). |
diff --git a/src/minibuf.c b/src/minibuf.c index 539a953f7ee..043eef13508 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1184,7 +1184,7 @@ Optional second arg DEF is value to return if user enters an empty line. | |||
| 1184 | If DEF is a list of default values, return its first element. | 1184 | If DEF is a list of default values, return its first element. |
| 1185 | Optional third arg REQUIRE-MATCH determines whether non-existing | 1185 | Optional third arg REQUIRE-MATCH determines whether non-existing |
| 1186 | buffer names are allowed. It has the same meaning as the | 1186 | buffer names are allowed. It has the same meaning as the |
| 1187 | REQUIRE-MATCH argument of `confirm-after-completion'. | 1187 | REQUIRE-MATCH argument of `completing-read'. |
| 1188 | The argument PROMPT should be a string ending with a colon and a space. | 1188 | The argument PROMPT should be a string ending with a colon and a space. |
| 1189 | If `read-buffer-completion-ignore-case' is non-nil, completion ignores | 1189 | If `read-buffer-completion-ignore-case' is non-nil, completion ignores |
| 1190 | case while reading the buffer name. | 1190 | case while reading the buffer name. |