diff options
| author | Luc Teirlinck | 2005-05-15 17:00:36 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-05-15 17:00:36 +0000 |
| commit | ceea381865b488578e413659fa17398550e4382a (patch) | |
| tree | 00d055b96ce0529ea6a31461a72a04117da56019 | |
| parent | a191491224dfdd96ed523dba75a00a228b4cc2f4 (diff) | |
| download | emacs-ceea381865b488578e413659fa17398550e4382a.tar.gz emacs-ceea381865b488578e413659fa17398550e4382a.zip | |
(Choosing Modes): normal-mode processes the -*- line. Add xref.
| -rw-r--r-- | man/major.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/major.texi b/man/major.texi index 28f0ff0f32f..23e0f8e116f 100644 --- a/man/major.texi +++ b/man/major.texi | |||
| @@ -176,7 +176,8 @@ mode is taken from the previously current buffer. | |||
| 176 | mode Emacs would choose automatically: use the command @kbd{M-x | 176 | mode Emacs would choose automatically: use the command @kbd{M-x |
| 177 | normal-mode} to do this. This is the same function that | 177 | normal-mode} to do this. This is the same function that |
| 178 | @code{find-file} calls to choose the major mode. It also processes | 178 | @code{find-file} calls to choose the major mode. It also processes |
| 179 | the file's local variables list (if any). | 179 | the file's @samp{-*-} line or local variables list (if any). |
| 180 | @xref{File Variables}. | ||
| 180 | 181 | ||
| 181 | @vindex change-major-mode-with-file-name | 182 | @vindex change-major-mode-with-file-name |
| 182 | The commands @kbd{C-x C-w} and @code{set-visited-file-name} change to | 183 | The commands @kbd{C-x C-w} and @code{set-visited-file-name} change to |