aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner LEMBERG2007-11-16 08:06:45 +0000
committerWerner LEMBERG2007-11-16 08:06:45 +0000
commit1ab397c1cdd6a1baf97e4af66ea5bc03ca55a790 (patch)
treed18bb05f934093e6741185d396297963ecdf64d2
parentdddb4597e1ad9eed36ee9010ca81f55349a99643 (diff)
downloademacs-1ab397c1cdd6a1baf97e4af66ea5bc03ca55a790.tar.gz
emacs-1ab397c1cdd6a1baf97e4af66ea5bc03ca55a790.zip
* custom.texi (Specifying File Variables), major.texi (Choosing
Modes): Mention '\" in man pages.
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/custom.texi4
-rw-r--r--doc/emacs/major.texi5
3 files changed, 13 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index e71ee05f2e5..edb155216d3 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12007-11-16 Werner Lemberg <wl@gnu.org>
2
3 * custom.texi (Specifying File Variables), major.texi (Choosing
4 Modes): Mention '\" in man pages.
5
12007-11-16 Kenichi Handa <handa@ni.aist.go.jp> 62007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
2 7
3 * mule.texi (Communication Coding): Mention x-select-request-type. 8 * mule.texi (Communication Coding): Mention x-select-request-type.
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 29d1c902b7c..4bd1ba66df7 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1099,10 +1099,14 @@ particular Lisp file. @xref{Enabling Multibyte}.
1099the first line as well. 1099the first line as well.
1100 1100
1101@cindex shell scripts, and local file variables 1101@cindex shell scripts, and local file variables
1102@cindex man pages, and local file variables
1102 In shell scripts, the first line is used to identify the script 1103 In shell scripts, the first line is used to identify the script
1103interpreter, so you cannot put any local variables there. To 1104interpreter, so you cannot put any local variables there. To
1104accommodate this, Emacs looks for local variable specifications in the 1105accommodate this, Emacs looks for local variable specifications in the
1105@emph{second} line when the first line specifies an interpreter. 1106@emph{second} line when the first line specifies an interpreter.
1107The same is true for man pages which start with the magic string
1108@samp{'\"} to specify a list of troff preprocessors (not all do,
1109however).
1106 1110
1107 A @dfn{local variables list} goes near the end of the file, in the 1111 A @dfn{local variables list} goes near the end of the file, in the
1108last page. (It is often best to put it on a page by itself.) The local 1112last page. (It is often best to put it on a page by itself.) The local
diff --git a/doc/emacs/major.texi b/doc/emacs/major.texi
index 1cb76ee5fdf..3980c5de003 100644
--- a/doc/emacs/major.texi
+++ b/doc/emacs/major.texi
@@ -174,7 +174,10 @@ interpreter program names and major modes.
174systems) use the @samp{-*-} feature on the first line, because the 174systems) use the @samp{-*-} feature on the first line, because the
175system would get confused when running the interpreter. So Emacs looks 175system would get confused when running the interpreter. So Emacs looks
176for @samp{-*-} on the second line in such files as well as on the 176for @samp{-*-} on the second line in such files as well as on the
177first line. 177first line. The same is true for man pages which start with the magic
178string @samp{'\"} to specify a list of troff preprocessors (not all do,
179however).
180
178 181
179@vindex default-major-mode 182@vindex default-major-mode
180 When you visit a file that does not specify a major mode to use, or 183 When you visit a file that does not specify a major mode to use, or