# HG changeset patch # User Juanma Barranquero # Date 1280102216 -7200 # Node ID e8d5a68351ac509e5a79e7678deb5799aaac45bf # Parent 0c382ec288f1f4f82373b6fb3a450d459896f82e * minibuf.c (Fread_buffer): Doc fix (bug#6528). diff -r 0c382ec288f1 -r e8d5a68351ac src/ChangeLog --- 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 + + * minibuf.c (Fread_buffer): Doc fix (bug#6528). + 2010-07-22 Christoph Scholtes * window.c (Fwindow_height): Doc fix (bug#6518). diff -r 0c382ec288f1 -r e8d5a68351ac src/minibuf.c --- 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.