From: Glenn Morris Date: Fri, 27 May 2011 01:43:15 +0000 (-0400) Subject: Tweak previous modes.texi change. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=954595718400df00ef68680f76c2631c5cd83e72;p=emacs.git Tweak previous modes.texi change. --- diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 29041151e52..63ecf59e538 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -583,7 +583,7 @@ If you run @code{normal-mode} interactively, the argument @var{find-file} is normally @code{nil}. In this case, @code{normal-mode} unconditionally processes any file local variables. -The function calls @code{set-auto-mode} to choose a major mode. If it +The function calls @code{set-auto-mode} to choose a major mode. If this does not specify a mode, the buffer stays in the major mode determined by the default value of @code{major-mode} (see below).