]> code.delx.au - gnu-emacs/commitdiff
(ForIndent Vars): `fortran-if-indent' does other constructs as well.
authorGlenn Morris <rgm@gnu.org>
Tue, 29 Mar 2005 18:14:04 +0000 (18:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 29 Mar 2005 18:14:04 +0000 (18:14 +0000)
man/programs.texi

index 74932174c6bfb76fe0166be1b06fe84cdea40466..7262523fdc6ad2c79d78a58235629385d6860560 100644 (file)
@@ -1971,7 +1971,6 @@ with another style of continuation lines).
 @vindex indent-tabs-mode @r{(Fortran mode)}
 @vindex fortran-analyze-depth
 @vindex fortran-tab-mode-default
-@vindex fortran-tab-mode-string
   Fortran mode can use either style of continuation line.  When you
 enter Fortran mode, it tries to deduce the proper continuation style
 automatically from the buffer contents.  It does this by scanning up to
@@ -1984,7 +1983,6 @@ non-@code{nil} for tab format) is used.  @samp{/t} in the mode line
 indicates tab format is selected.  Fortran mode sets the value of
 @code{indent-tabs-mode} accordingly (@pxref{Just Spaces}).
 
-@vindex fortran-continuation-string
   If the text on a line starts with the Fortran continuation marker
 @samp{$}, or if it begins with any non-whitespace character in column
 5, Fortran mode treats it as a continuation line.  When you indent a
@@ -2068,7 +2066,8 @@ followed.
 Extra indentation within each level of @samp{do} statement (default 3).
 
 @item fortran-if-indent
-Extra indentation within each level of @samp{if} statement (default 3).
+Extra indentation within each level of @samp{if}, @samp{select case}, or
+@samp{where} statements (default 3).
 
 @item fortran-structure-indent
 Extra indentation within each level of @samp{structure}, @samp{union},