emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/programs.texi


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi
Date: Mon, 24 Jun 2002 17:47:25 -0400

Index: emacs/man/programs.texi
diff -c emacs/man/programs.texi:1.70 emacs/man/programs.texi:1.71
*** emacs/man/programs.texi:1.70        Fri Mar 22 08:35:53 2002
--- emacs/man/programs.texi     Mon Jun 24 17:47:25 2002
***************
*** 2155,2160 ****
--- 2155,2169 ----
  @code{fortran-comment-indent-char} to the single-character string you want
  to use.
  
+ @vindex fortran-directive-re
+   Compiler directive lines, or preprocessor lines, have much the same
+ appearance as comment lines.  It is important, though, that such lines
+ never be indented at all, no matter what the value of
+ @code{fortran-comment-indent-style}.  The variable
+ @code{fortran-directive-re} is a regular expression that specifies which
+ lines are directives.  Matching lines are never indented, and receive
+ distinctive font-locking.
+ 
  @vindex comment-line-start
  @vindex comment-line-start-skip
    Fortran mode introduces two variables @code{comment-line-start} and



reply via email to

[Prev in Thread] Current Thread [Next in Thread]