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: Tue, 29 Mar 2005 13:14:04 -0500

Index: emacs/man/programs.texi
diff -c emacs/man/programs.texi:1.94 emacs/man/programs.texi:1.95
*** emacs/man/programs.texi:1.94        Mon Mar 28 21:16:48 2005
--- emacs/man/programs.texi     Tue Mar 29 18:14:04 2005
***************
*** 1971,1977 ****
  @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
--- 1971,1976 ----
***************
*** 1984,1990 ****
  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
--- 1983,1988 ----
***************
*** 2068,2074 ****
  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).
  
  @item fortran-structure-indent
  Extra indentation within each level of @samp{structure}, @samp{union},
--- 2066,2073 ----
  Extra indentation within each level of @samp{do} statement (default 3).
  
  @item fortran-if-indent
! 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},




reply via email to

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