aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/backups.texi2
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
683the buffer; but if the argument @var{noconfirm} is non-@code{nil}, 683the 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
686Normally, this command reinitializes the file's major and minor modes 686Normally, this command reinitializes the buffer's major and minor modes
687using @code{normal-mode}. But if @var{preserve-modes} is 687using @code{normal-mode}. But if @var{preserve-modes} is
688non-@code{nil}, the modes remain unchanged. 688non-@code{nil}, the modes remain unchanged.
689 689