From: Christoph Scholtes Date: Sun, 25 Jul 2010 23:56:56 +0000 (+0200) Subject: * minibuf.c (Fread_buffer): Doc fix (bug#6528). X-Git-Tag: emacs-pretest-23.2.90~139^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2a0d36b5b01118f36ce52c198148fbe308878fe;p=emacs.git * minibuf.c (Fread_buffer): Doc fix (bug#6528). --- diff --git a/src/ChangeLog b/src/ChangeLog index 07db0ab32cc..6b9c8614837 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-07-25 Christoph Scholtes + + * minibuf.c (Fread_buffer): Doc fix (bug#6528). + 2010-07-22 Christoph Scholtes * 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. If DEF is a list of default values, return its first element. Optional third arg REQUIRE-MATCH determines whether non-existing buffer names are allowed. It has the same meaning as the - REQUIRE-MATCH argument of `confirm-after-completion'. + REQUIRE-MATCH argument of `completing-read'. The argument PROMPT should be a string ending with a colon and a space. If `read-buffer-completion-ignore-case' is non-nil, completion ignores case while reading the buffer name.