aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-05-26 21:43:15 -0400
committerGlenn Morris2011-05-26 21:43:15 -0400
commit954595718400df00ef68680f76c2631c5cd83e72 (patch)
treeb9c1fa4fe4fb71010de5cda12bb54f0ed323ffb2
parente145f1881a460f77190b02968657d58b73ab8f56 (diff)
downloademacs-954595718400df00ef68680f76c2631c5cd83e72.tar.gz
emacs-954595718400df00ef68680f76c2631c5cd83e72.zip
Tweak previous modes.texi change.
-rw-r--r--doc/lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
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
583@var{find-file} is normally @code{nil}. In this case, 583@var{find-file} is normally @code{nil}. In this case,
584@code{normal-mode} unconditionally processes any file local variables. 584@code{normal-mode} unconditionally processes any file local variables.
585 585
586The function calls @code{set-auto-mode} to choose a major mode. If it 586The function calls @code{set-auto-mode} to choose a major mode. If this
587does not specify a mode, the buffer stays in the major mode determined 587does not specify a mode, the buffer stays in the major mode determined
588by the default value of @code{major-mode} (see below). 588by the default value of @code{major-mode} (see below).
589 589