(Format Conversion Round-Trip): Use active voice for previous change.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Nov 2008 04:29:05 +0000 (04:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Nov 2008 04:29:05 +0000 (04:29 +0000)
doc/lispref/ChangeLog
doc/lispref/files.texi

index 2464e5a..f67168e 100644 (file)
@@ -1,3 +1,10 @@
+2008-11-25  Glenn Morris  <rgm@gnu.org>
+
+       * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
+
+       * files.texi (Format Conversion Round-Trip):
+       Use active voice for previous change.
+
 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
 
        * os.texi (Processor Run Time):
index d529c22..8063daa 100644 (file)
@@ -2984,10 +2984,10 @@ 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
 @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