changeset 109345:e8d5a68351ac

* minibuf.c (Fread_buffer): Doc fix (bug#6528).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Jul 2010 01:56:56 +0200
parents 0c382ec288f1
children f573d4ab76a4
files src/ChangeLog src/minibuf.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jul 25 13:36:02 2010 +0200
+++ b/src/ChangeLog	Mon Jul 26 01:56:56 2010 +0200
@@ -1,3 +1,7 @@
+2010-07-25  Christoph Scholtes  <cschol2112@gmail.com>
+
+	* minibuf.c (Fread_buffer): Doc fix (bug#6528).
+
 2010-07-22  Christoph Scholtes  <cschol2112@gmail.com>
 
 	* window.c (Fwindow_height): Doc fix (bug#6518).
--- a/src/minibuf.c	Sun Jul 25 13:36:02 2010 +0200
+++ b/src/minibuf.c	Mon Jul 26 01:56:56 2010 +0200
@@ -1184,7 +1184,7 @@
  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.