From: Richard M. Stallman Date: Sat, 5 Jun 2004 17:40:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ddfb836996d125b2595c93a364c06ef52b63560e;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index efa5eb94091..51d5997f3f3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,11 @@ +2004-06-05 Richard M. Stallman + + * minibuf.texi (Minibuffer Completion): For INITIAL arg, + refer the user to the Initial Input node. + (Text from Minibuffer): Likewise. + (Initial Input): New node. Document this feature + and say it is mostly deprecated. + 2004-05-30 Richard M. Stallman * loading.texi (Named Features): Clarify return value diff --git a/src/ChangeLog b/src/ChangeLog index a54b396edee..8f1d7f3d54d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-06-05 Richard M. Stallman + + * minibuf.c (Fcompleting_read): Doc fix. + 2004-06-05 Andreas Schwab * macfns.c (x_create_tip_frame): Fix declaration after statement.