aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi
index a34d84e5d38..70f3c25fd1f 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -2155,6 +2155,15 @@ full-line comments by setting the variable
2155@code{fortran-comment-indent-char} to the single-character string you want 2155@code{fortran-comment-indent-char} to the single-character string you want
2156to use. 2156to use.
2157 2157
2158@vindex fortran-directive-re
2159 Compiler directive lines, or preprocessor lines, have much the same
2160appearance as comment lines. It is important, though, that such lines
2161never be indented at all, no matter what the value of
2162@code{fortran-comment-indent-style}. The variable
2163@code{fortran-directive-re} is a regular expression that specifies which
2164lines are directives. Matching lines are never indented, and receive
2165distinctive font-locking.
2166
2158@vindex comment-line-start 2167@vindex comment-line-start
2159@vindex comment-line-start-skip 2168@vindex comment-line-start-skip
2160 Fortran mode introduces two variables @code{comment-line-start} and 2169 Fortran mode introduces two variables @code{comment-line-start} and