# HG changeset patch # User Glenn Morris # Date 1227843126 0 # Node ID 57eefe5edf84b302f5635a3644b9eb8e9c2a58da # Parent 740b02d3ea96da3911e3082ac3069c698c17228e (Format Conversion Round-Trip): Improve previous change. diff -r 740b02d3ea96 -r 57eefe5edf84 doc/lispref/files.texi --- a/doc/lispref/files.texi Fri Nov 28 03:31:30 2008 +0000 +++ b/doc/lispref/files.texi Fri Nov 28 03:32:06 2008 +0000 @@ -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