diff options
| author | Glenn Morris | 2011-05-26 21:43:15 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-05-26 21:43:15 -0400 |
| commit | 954595718400df00ef68680f76c2631c5cd83e72 (patch) | |
| tree | b9c1fa4fe4fb71010de5cda12bb54f0ed323ffb2 | |
| parent | e145f1881a460f77190b02968657d58b73ab8f56 (diff) | |
| download | emacs-954595718400df00ef68680f76c2631c5cd83e72.tar.gz emacs-954595718400df00ef68680f76c2631c5cd83e72.zip | |
Tweak previous modes.texi change.
| -rw-r--r-- | doc/lispref/modes.texi | 2 |
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 | ||
| 586 | The function calls @code{set-auto-mode} to choose a major mode. If it | 586 | The function calls @code{set-auto-mode} to choose a major mode. If this |
| 587 | does not specify a mode, the buffer stays in the major mode determined | 587 | does not specify a mode, the buffer stays in the major mode determined |
| 588 | by the default value of @code{major-mode} (see below). | 588 | by the default value of @code{major-mode} (see below). |
| 589 | 589 | ||