diff options
| author | Martin Rudalics | 2007-01-23 07:39:57 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2007-01-23 07:39:57 +0000 |
| commit | 5a31f3ff844e25c84744d9fa247d20dcd1fefd4c (patch) | |
| tree | 36f2819327fb8189ab1feb579962bff1023ec1fd | |
| parent | 7fd09fb51c9b6ab2f05673262ce97872363a27fd (diff) | |
| download | emacs-5a31f3ff844e25c84744d9fa247d20dcd1fefd4c.tar.gz emacs-5a31f3ff844e25c84744d9fa247d20dcd1fefd4c.zip | |
(Reverting): Use "buffer" instead of "file"
when talking about major and minor modes.
| -rw-r--r-- | lispref/backups.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/backups.texi b/lispref/backups.texi index 9bb6d417b6b..893f6df4205 100644 --- a/lispref/backups.texi +++ b/lispref/backups.texi | |||
| @@ -683,7 +683,7 @@ Normally, @code{revert-buffer} asks for confirmation before it changes | |||
| 683 | the buffer; but if the argument @var{noconfirm} is non-@code{nil}, | 683 | the buffer; but if the argument @var{noconfirm} is non-@code{nil}, |
| 684 | @code{revert-buffer} does not ask for confirmation. | 684 | @code{revert-buffer} does not ask for confirmation. |
| 685 | 685 | ||
| 686 | Normally, this command reinitializes the file's major and minor modes | 686 | Normally, this command reinitializes the buffer's major and minor modes |
| 687 | using @code{normal-mode}. But if @var{preserve-modes} is | 687 | using @code{normal-mode}. But if @var{preserve-modes} is |
| 688 | non-@code{nil}, the modes remain unchanged. | 688 | non-@code{nil}, the modes remain unchanged. |
| 689 | 689 | ||