aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorGlenn Morris2002-06-24 21:48:18 +0000
committerGlenn Morris2002-06-24 21:48:18 +0000
commit2d588beb819b2f8444eac522f04bc95656fcfa3b (patch)
tree9df5cdb8f97f7a58f9451d7c345c52afffc721df /man/programs.texi
parentc1a1535ae4e4c2b70721967c8142d7e294b0ce88 (diff)
downloademacs-2d588beb819b2f8444eac522f04bc95656fcfa3b.tar.gz
emacs-2d588beb819b2f8444eac522f04bc95656fcfa3b.zip
*** empty log message ***
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