aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Scholtes2010-07-26 01:56:56 +0200
committerJuanma Barranquero2010-07-26 01:56:56 +0200
commita2a0d36b5b01118f36ce52c198148fbe308878fe (patch)
tree84df15d031cff0c2848809bb7fa13b86cec0dba0 /src
parent4ac3a65cf109e66549fea3d07202404ce4834ab6 (diff)
downloademacs-a2a0d36b5b01118f36ce52c198148fbe308878fe.tar.gz
emacs-a2a0d36b5b01118f36ce52c198148fbe308878fe.zip
* minibuf.c (Fread_buffer): Doc fix (bug#6528).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/minibuf.c2
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 @@
12010-07-25 Christoph Scholtes <cschol2112@gmail.com>
2
3 * minibuf.c (Fread_buffer): Doc fix (bug#6528).
4
12010-07-22 Christoph Scholtes <cschol2112@gmail.com> 52010-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.
1185Optional third arg REQUIRE-MATCH determines whether non-existing 1185Optional 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'.
1188The argument PROMPT should be a string ending with a colon and a space. 1188The argument PROMPT should be a string ending with a colon and a space.
1189If `read-buffer-completion-ignore-case' is non-nil, completion ignores 1189If `read-buffer-completion-ignore-case' is non-nil, completion ignores
1190case while reading the buffer name. 1190case while reading the buffer name.