* minibuf.c (Fread_buffer): Doc fix (bug#6528).
authorChristoph Scholtes <cschol2112@gmail.com>
Sun, 25 Jul 2010 23:56:56 +0000 (01:56 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Jul 2010 23:56:56 +0000 (01:56 +0200)
src/ChangeLog
src/minibuf.c

index 07db0ab..6b9c861 100644 (file)
@@ -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).
index 539a953..043eef1 100644 (file)
@@ -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.