aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/modes.texi
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-05-26 21:43:15 -0400
committerGlenn Morris <[email protected]>2011-05-26 21:43:15 -0400
commit954595718400df00ef68680f76c2631c5cd83e72 (patch)
treeb9c1fa4fe4fb71010de5cda12bb54f0ed323ffb2 /doc/lispref/modes.texi
parente145f1881a460f77190b02968657d58b73ab8f56 (diff)
Tweak previous modes.texi change.
Diffstat (limited to 'doc/lispref/modes.texi')
-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 29041151e5..63ecf59e53 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).