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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi
Date: Mon, 28 Mar 2005 16:16:48 -0500

Index: emacs/man/programs.texi
diff -c emacs/man/programs.texi:1.93 emacs/man/programs.texi:1.94
*** emacs/man/programs.texi:1.93        Mon Mar 28 21:08:08 2005
--- emacs/man/programs.texi     Mon Mar 28 21:16:48 2005
***************
*** 1980,1995 ****
  spaces determines the choice.  If the scan fails (for example, if the
  buffer is new and therefore empty), the value of
  @code{fortran-tab-mode-default} (@code{nil} for fixed format, and
! address@hidden for tab format) is used.  You can tell which style is
! presently in effect by the presence or absence of the string specified
! by @code{fortran-tab-mode-string} (default @samp{/t}) in the mode line.
! 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
! specified by @code{fortran-continuation-string} (conventionally
! @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
  continuation line with @key{TAB}, it converts the line to the current
  continuation style.  When you split a Fortran statement with
--- 1980,1992 ----
  spaces determines the choice.  If the scan fails (for example, if the
  buffer is new and therefore empty), the value of
  @code{fortran-tab-mode-default} (@code{nil} for fixed format, and
! address@hidden 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
  continuation line with @key{TAB}, it converts the line to the current
  continuation style.  When you split a Fortran statement with
***************
*** 2107,2114 ****
  @end table
  
  The variables controlling the indentation of comments are described in
! a separate section (@pxref{Fortran Comments}).
! 
  
  @node Fortran Comments
  @subsection Fortran Comments
--- 2104,2110 ----
  @end table
  
  The variables controlling the indentation of comments are described in
! the following section.
  
  @node Fortran Comments
  @subsection Fortran Comments
***************
*** 2225,2235 ****
  @vindex fortran-break-before-delimiters
     Auto Fill breaks lines at spaces or delimiters when the lines get
  longer than the desired width (the value of @code{fill-column}).  The
! delimiters (besides whitespace) that Auto Fill may break at are
  @samp{+}, @samp{-}, @samp{/}, @samp{*}, @samp{=}, @samp{<}, @samp{>},
! and @samp{,}.  The line break comes after the delimiter if the variable
! @code{fortran-break-before-delimiters} is @code{nil}.  Otherwise (and by
! default), the break comes before the delimiter.
  
    To enable Auto Fill in all Fortran buffers, add
  @code{turn-on-auto-fill} to @code{fortran-mode-hook}.  @xref{Hooks}.
--- 2221,2231 ----
  @vindex fortran-break-before-delimiters
     Auto Fill breaks lines at spaces or delimiters when the lines get
  longer than the desired width (the value of @code{fill-column}).  The
! delimiters (besides whitespace) that Auto Fill can break at are
  @samp{+}, @samp{-}, @samp{/}, @samp{*}, @samp{=}, @samp{<}, @samp{>},
! and @samp{,}.  The line break comes after the delimiter if the
! variable @code{fortran-break-before-delimiters} is @code{nil}.
! Otherwise (and by default), the break comes before the delimiter.
  
    To enable Auto Fill in all Fortran buffers, add
  @code{turn-on-auto-fill} to @code{fortran-mode-hook}.  @xref{Hooks}.




reply via email to

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