emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99943: * minibuf.c (Fread_buffer)


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99943: * minibuf.c (Fread_buffer): Doc fix (bug#6528).
Date: Mon, 26 Jul 2010 01:56:56 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99943
author: Christoph Scholtes <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-07-26 01:56:56 +0200
message:
  * minibuf.c (Fread_buffer): Doc fix (bug#6528).
modified:
  src/ChangeLog
  src/minibuf.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-22 23:57:23 +0000
+++ b/src/ChangeLog     2010-07-25 23:56:56 +0000
@@ -1,3 +1,7 @@
+2010-07-25  Christoph Scholtes  <address@hidden>
+
+       * minibuf.c (Fread_buffer): Doc fix (bug#6528).
+
 2010-07-22  Christoph Scholtes  <address@hidden>
 
        * window.c (Fwindow_height): Doc fix (bug#6518).

=== modified file 'src/minibuf.c'
--- a/src/minibuf.c     2010-06-08 19:42:10 +0000
+++ b/src/minibuf.c     2010-07-25 23:56:56 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]