From a2a0d36b5b01118f36ce52c198148fbe308878fe Mon Sep 17 00:00:00 2001 From: Christoph Scholtes Date: Mon, 26 Jul 2010 01:56:56 +0200 Subject: [PATCH] * minibuf.c (Fread_buffer): Doc fix (bug#6528). --- src/ChangeLog | 4 ++++ src/minibuf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.2