From: Martin Rudalics Date: Tue, 23 Jan 2007 07:39:57 +0000 (+0000) Subject: (Reverting): Use "buffer" instead of "file" X-Git-Tag: emacs-pretest-22.0.94~643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a31f3ff844e25c84744d9fa247d20dcd1fefd4c;p=emacs.git (Reverting): Use "buffer" instead of "file" when talking about major and minor modes. --- 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 the buffer; but if the argument @var{noconfirm} is non-@code{nil}, @code{revert-buffer} does not ask for confirmation. -Normally, this command reinitializes the file's major and minor modes +Normally, this command reinitializes the buffer's major and minor modes using @code{normal-mode}. But if @var{preserve-modes} is non-@code{nil}, the modes remain unchanged.