diff options
| author | Glenn Morris | 2008-11-25 04:29:05 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-11-25 04:29:05 +0000 |
| commit | 5da9413d6c34ecc43e679b8ccdb78b2462cb9ded (patch) | |
| tree | 085d8e8da29c0d5184824b054be01a88910cf563 | |
| parent | 59f800540b6feedfd2d57e5612a78086d17b95c9 (diff) | |
| download | emacs-5da9413d6c34ecc43e679b8ccdb78b2462cb9ded.tar.gz emacs-5da9413d6c34ecc43e679b8ccdb78b2462cb9ded.zip | |
(Format Conversion Round-Trip): Use active voice for previous change.
| -rw-r--r-- | doc/lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 2464e5a63f5..f67168ec584 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-11-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * control.texi (Signaling Errors): Fix `wrong-type-argument' name. | ||
| 4 | |||
| 5 | * files.texi (Format Conversion Round-Trip): | ||
| 6 | Use active voice for previous change. | ||
| 7 | |||
| 1 | 2008-11-25 Chong Yidong <cyd@stupidchicken.com> | 8 | 2008-11-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * os.texi (Processor Run Time): | 10 | * os.texi (Processor Run Time): |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index d529c22b760..8063daa470e 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2984,10 +2984,10 @@ in the order of appearance in the list. | |||
| 2984 | @deffn Command format-write-file file format &optional confirm | 2984 | @deffn Command format-write-file file format &optional confirm |
| 2985 | This command writes the current buffer contents into the file | 2985 | This command writes the current buffer contents into the file |
| 2986 | @var{file} in format @var{format}, and makes that format the default | 2986 | @var{file} in format @var{format}, and makes that format the default |
| 2987 | for future saves of the buffer. That is, the buffer-local value of | 2987 | for future saves of the buffer. That is, it sets the buffer-local value |
| 2988 | @code{buffer-file-format} is set to @var{format}, and any original | 2988 | of @code{buffer-file-format} to @var{format}, and replaces any existing |
| 2989 | elements (except any with a non-nil @var{preserve} flag; see above) are | 2989 | elements (except any with a non-nil @var{preserve} flag; see above). |
| 2990 | replaced. The argument @var{format} is a list of format names. | 2990 | The argument @var{format} is a list of format names. |
| 2991 | Except for the @var{format} argument, this command | 2991 | Except for the @var{format} argument, this command |
| 2992 | is similar to @code{write-file}. In particular, @var{confirm} has the | 2992 | is similar to @code{write-file}. In particular, @var{confirm} has the |
| 2993 | same meaning and interactive treatment as the corresponding argument | 2993 | same meaning and interactive treatment as the corresponding argument |