1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-28 19:42:02 +00:00

* custom.texi (Specifying File Variables), major.texi (Choosing

Modes): Mention '\" in man pages.
This commit is contained in:
Werner LEMBERG 2007-11-16 08:06:45 +00:00
parent dddb4597e1
commit 1ab397c1cd
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-16 Werner Lemberg <wl@gnu.org>
* custom.texi (Specifying File Variables), major.texi (Choosing
Modes): Mention '\" in man pages.
2007-11-16 Kenichi Handa <handa@ni.aist.go.jp>
* mule.texi (Communication Coding): Mention x-select-request-type.

View File

@ -1099,10 +1099,14 @@ particular Lisp file. @xref{Enabling Multibyte}.
the first line as well.
@cindex shell scripts, and local file variables
@cindex man pages, and local file variables
In shell scripts, the first line is used to identify the script
interpreter, so you cannot put any local variables there. To
accommodate this, Emacs looks for local variable specifications in the
@emph{second} line when the first line specifies an interpreter.
The same is true for man pages which start with the magic string
@samp{'\"} to specify a list of troff preprocessors (not all do,
however).
A @dfn{local variables list} goes near the end of the file, in the
last page. (It is often best to put it on a page by itself.) The local

View File

@ -174,7 +174,10 @@ interpreter program names and major modes.
systems) use the @samp{-*-} feature on the first line, because the
system would get confused when running the interpreter. So Emacs looks
for @samp{-*-} on the second line in such files as well as on the
first line.
first line. The same is true for man pages which start with the magic
string @samp{'\"} to specify a list of troff preprocessors (not all do,
however).
@vindex default-major-mode
When you visit a file that does not specify a major mode to use, or