diff options
| author | Werner LEMBERG | 2007-11-16 08:06:45 +0000 |
|---|---|---|
| committer | Werner LEMBERG | 2007-11-16 08:06:45 +0000 |
| commit | 1ab397c1cdd6a1baf97e4af66ea5bc03ca55a790 (patch) | |
| tree | d18bb05f934093e6741185d396297963ecdf64d2 | |
| parent | dddb4597e1ad9eed36ee9010ca81f55349a99643 (diff) | |
| download | emacs-1ab397c1cdd6a1baf97e4af66ea5bc03ca55a790.tar.gz emacs-1ab397c1cdd6a1baf97e4af66ea5bc03ca55a790.zip | |
* custom.texi (Specifying File Variables), major.texi (Choosing
Modes): Mention '\" in man pages.
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/custom.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/major.texi | 5 |
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 @@ | |||
| 1 | 2007-11-16 Werner Lemberg <wl@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Specifying File Variables), major.texi (Choosing | ||
| 4 | Modes): Mention '\" in man pages. | ||
| 5 | |||
| 1 | 2007-11-16 Kenichi Handa <handa@ni.aist.go.jp> | 6 | 2007-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}. | |||
| 1099 | the first line as well. | 1099 | the 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 |
| 1103 | interpreter, so you cannot put any local variables there. To | 1104 | interpreter, so you cannot put any local variables there. To |
| 1104 | accommodate this, Emacs looks for local variable specifications in the | 1105 | accommodate 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. |
| 1107 | The same is true for man pages which start with the magic string | ||
| 1108 | @samp{'\"} to specify a list of troff preprocessors (not all do, | ||
| 1109 | however). | ||
| 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 |
| 1108 | last page. (It is often best to put it on a page by itself.) The local | 1112 | last 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. | |||
| 174 | systems) use the @samp{-*-} feature on the first line, because the | 174 | systems) use the @samp{-*-} feature on the first line, because the |
| 175 | system would get confused when running the interpreter. So Emacs looks | 175 | system would get confused when running the interpreter. So Emacs looks |
| 176 | for @samp{-*-} on the second line in such files as well as on the | 176 | for @samp{-*-} on the second line in such files as well as on the |
| 177 | first line. | 177 | first line. The same is true for man pages which start with the magic |
| 178 | string @samp{'\"} to specify a list of troff preprocessors (not all do, | ||
| 179 | however). | ||
| 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 |