aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-15 17:00:36 +0000
committerLuc Teirlinck2005-05-15 17:00:36 +0000
commitceea381865b488578e413659fa17398550e4382a (patch)
tree00d055b96ce0529ea6a31461a72a04117da56019
parenta191491224dfdd96ed523dba75a00a228b4cc2f4 (diff)
downloademacs-ceea381865b488578e413659fa17398550e4382a.tar.gz
emacs-ceea381865b488578e413659fa17398550e4382a.zip
(Choosing Modes): normal-mode processes the -*- line. Add xref.
-rw-r--r--man/major.texi3
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.
176mode Emacs would choose automatically: use the command @kbd{M-x 176mode Emacs would choose automatically: use the command @kbd{M-x
177normal-mode} to do this. This is the same function that 177normal-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
179the file's local variables list (if any). 179the 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