emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog files.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog files.texi
Date: Tue, 02 Dec 2008 03:40:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/12/02 03:40:17

Modified files:
        doc/lispref    : ChangeLog files.texi 

Log message:
        (Format Conversion Round-Trip): Rewrite format-write-file section yet 
again.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.160&r2=1.161
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/files.texi?cvsroot=emacs&r1=1.14&r2=1.15

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -b -r1.160 -r1.161
--- ChangeLog   29 Nov 2008 17:05:18 -0000      1.160
+++ ChangeLog   2 Dec 2008 03:40:15 -0000       1.161
@@ -1,3 +1,8 @@
+2008-12-02  Glenn Morris  <address@hidden>
+
+       * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
+       section yet again.
+
 2008-11-29  Eli Zaretskii  <address@hidden>
 
        * nonascii.texi (Character Properties): New Section.

Index: files.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/files.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- files.texi  28 Nov 2008 03:32:06 -0000      1.14
+++ files.texi  2 Dec 2008 03:40:17 -0000       1.15
@@ -2982,17 +2982,17 @@
 in the order of appearance in the list.
 
 @deffn Command format-write-file file format &optional confirm
-This command writes the current buffer contents into the file
address@hidden in format @var{format}, and makes that format the default
-for future saves of the buffer.  That is, it sets the buffer-local value
-of @code{buffer-file-format} to @var{format}.  It then appends any
-elements of the previous value with a non-nil @var{preserve} flag (see
-above), if they are not already present in the new value.
-The argument @var{format} is a list of format names.
-Except for the @var{format} argument, this command
-is similar to @code{write-file}.  In particular, @var{confirm} has the
-same meaning and interactive treatment as the corresponding argument
-to @code{write-file}.  @xref{Definition of write-file}.
+This command writes the current buffer contents into the file @var{file}
+in a format based on @var{format}, which is a list of format names.  It
+constructs the actual format starting from @var{format}, then appending
+any elements from the value of @code{buffer-file-format} with a non-nil
address@hidden flag (see above), if they are not already present in
address@hidden  It then updates @code{buffer-file-format} with this
+format, making it the default for future saves.  Except for the
address@hidden argument, this command is similar to @code{write-file}.  In
+particular, @var{confirm} has the same meaning and interactive treatment
+as the corresponding argument to @code{write-file}.  @xref{Definition of
+write-file}.
 @end deffn
 
 @deffn Command format-find-file file format




reply via email to

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