]> git.eshelyaron.com Git - emacs.git/commitdiff
* custom.texi (Specifying File Variables), major.texi (Choosing
authorWerner LEMBERG <wl@gnu.org>
Fri, 16 Nov 2007 08:06:45 +0000 (08:06 +0000)
committerWerner LEMBERG <wl@gnu.org>
Fri, 16 Nov 2007 08:06:45 +0000 (08:06 +0000)
Modes): Mention '\" in man pages.

doc/emacs/ChangeLog
doc/emacs/custom.texi
doc/emacs/major.texi

index e71ee05f2e522c5eb13019ae5970a369778a49df..edb155216d3485c05db7ff8d90d04c9548f289a8 100644 (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.
index 29d1c902b7c868c59b727f3b7b28c90f73e2cb02..4bd1ba66df7254c313ece7b777d52a771ae61ad7 100644 (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
index 1cb76ee5fdfca5140ba206a65e0327bbc253a619..3980c5de003bbd666fa415dc4e16a5096ac9ae3e 100644 (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