emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref files.texi
Date: Fri, 28 Nov 2008 03:32:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/11/28 03:32:06

Modified files:
        doc/lispref    : files.texi 

Log message:
        (Format Conversion Round-Trip): Improve previous change.

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

Patches:
Index: files.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/files.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- files.texi  25 Nov 2008 04:28:50 -0000      1.13
+++ files.texi  28 Nov 2008 03:32:06 -0000      1.14
@@ -2985,8 +2985,9 @@
 This command writes the current buffer contents into the file
 @var{file} 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}, and replaces any existing
-elements (except any with a non-nil @var{preserve} flag; see above).
+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




reply via email to

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