changeset 99923:c52ccf5a901a

(Format Conversion Round-Trip): Use active voice for previous change.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Nov 2008 04:28:50 +0000
parents 6ee73280f243
children e149a7ce9e62
files doc/lispref/files.texi
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/files.texi	Tue Nov 25 04:27:29 2008 +0000
+++ b/doc/lispref/files.texi	Tue Nov 25 04:28:50 2008 +0000
@@ -2984,10 +2984,10 @@
 @deffn Command format-write-file file format &optional confirm
 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, the buffer-local value of
-@code{buffer-file-format} is set to @var{format}, and any original
-elements (except any with a non-nil @var{preserve} flag; see above) are
-replaced.  The argument @var{format} is a list of format names.
+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).
+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