aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-28 21:16:48 +0000
committerRichard M. Stallman2005-03-28 21:16:48 +0000
commit10787f7a8a12e4f6b809852170e55ceef0b8e8d2 (patch)
tree475e4ddcd808df4eed31c5aa6e65f9c35ae57390 /man/programs.texi
parent6b7abae0d005704f456671b8fa571ce4ca3aeb15 (diff)
downloademacs-10787f7a8a12e4f6b809852170e55ceef0b8e8d2.tar.gz
emacs-10787f7a8a12e4f6b809852170e55ceef0b8e8d2.zip
(Fortran): Small fixes to previous changes.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi22
1 files changed, 9 insertions, 13 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 67262e99e96..74932174c6b 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1980,16 +1980,13 @@ buffer. The first line that begins with either a tab character or six
1980spaces determines the choice. If the scan fails (for example, if the 1980spaces determines the choice. If the scan fails (for example, if the
1981buffer is new and therefore empty), the value of 1981buffer is new and therefore empty), the value of
1982@code{fortran-tab-mode-default} (@code{nil} for fixed format, and 1982@code{fortran-tab-mode-default} (@code{nil} for fixed format, and
1983non-@code{nil} for tab format) is used. You can tell which style is 1983non-@code{nil} for tab format) is used. @samp{/t} in the mode line
1984presently in effect by the presence or absence of the string specified 1984indicates tab format is selected. Fortran mode sets the value of
1985by @code{fortran-tab-mode-string} (default @samp{/t}) in the mode line. 1985@code{indent-tabs-mode} accordingly (@pxref{Just Spaces}).
1986Fortran mode sets the value of @code{indent-tabs-mode} accordingly
1987(@pxref{Just Spaces}).
1988 1986
1989@vindex fortran-continuation-string 1987@vindex fortran-continuation-string
1990 If the text on a line starts with the Fortran continuation marker 1988 If the text on a line starts with the Fortran continuation marker
1991specified by @code{fortran-continuation-string} (conventionally 1989@samp{$}, or if it begins with any non-whitespace character in column
1992@samp{$}), or if it begins with any non-whitespace character in column
19935, Fortran mode treats it as a continuation line. When you indent a 19905, Fortran mode treats it as a continuation line. When you indent a
1994continuation line with @key{TAB}, it converts the line to the current 1991continuation line with @key{TAB}, it converts the line to the current
1995continuation style. When you split a Fortran statement with 1992continuation style. When you split a Fortran statement with
@@ -2107,8 +2104,7 @@ default is 8.
2107@end table 2104@end table
2108 2105
2109The variables controlling the indentation of comments are described in 2106The variables controlling the indentation of comments are described in
2110a separate section (@pxref{Fortran Comments}). 2107the following section.
2111
2112 2108
2113@node Fortran Comments 2109@node Fortran Comments
2114@subsection Fortran Comments 2110@subsection Fortran Comments
@@ -2225,11 +2221,11 @@ commands. You activate Auto Fill in Fortran mode in the normal way
2225@vindex fortran-break-before-delimiters 2221@vindex fortran-break-before-delimiters
2226 Auto Fill breaks lines at spaces or delimiters when the lines get 2222 Auto Fill breaks lines at spaces or delimiters when the lines get
2227longer than the desired width (the value of @code{fill-column}). The 2223longer than the desired width (the value of @code{fill-column}). The
2228delimiters (besides whitespace) that Auto Fill may break at are 2224delimiters (besides whitespace) that Auto Fill can break at are
2229@samp{+}, @samp{-}, @samp{/}, @samp{*}, @samp{=}, @samp{<}, @samp{>}, 2225@samp{+}, @samp{-}, @samp{/}, @samp{*}, @samp{=}, @samp{<}, @samp{>},
2230and @samp{,}. The line break comes after the delimiter if the variable 2226and @samp{,}. The line break comes after the delimiter if the
2231@code{fortran-break-before-delimiters} is @code{nil}. Otherwise (and by 2227variable @code{fortran-break-before-delimiters} is @code{nil}.
2232default), the break comes before the delimiter. 2228Otherwise (and by default), the break comes before the delimiter.
2233 2229
2234 To enable Auto Fill in all Fortran buffers, add 2230 To enable Auto Fill in all Fortran buffers, add
2235@code{turn-on-auto-fill} to @code{fortran-mode-hook}. @xref{Hooks}. 2231@code{turn-on-auto-fill} to @code{fortran-mode-hook}. @xref{Hooks}.