]> git.eshelyaron.com Git - emacs.git/commitdiff
(Format Conversion Round-Trip): Improve previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Nov 2008 03:32:15 +0000 (03:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Nov 2008 03:32:15 +0000 (03:32 +0000)
doc/lispref/ChangeLog
doc/lispref/files.texi

index 636bac2cb1a672eb42712a2cbdcfa84f319cd1d5..e0d465a0a731b61485b92c9677eab3a41a7639f0 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * files.texi (Format Conversion Round-Trip): Improve previous change.
+
 2008-11-26  Chong Yidong  <cyd@stupidchicken.com>
 
        * modes.texi (Auto Major Mode): Fix example.
index 8063daa470edb53e0ba9d9803f52beb95f5dac59..45b911fde9fc04e42c9624d2370432b29dd0f929 100644 (file)
@@ -2985,8 +2985,9 @@ in the order of appearance in the list.
 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