emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/emacs/fortran-xtra.texi,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/emacs/fortran-xtra.texi,v
Date: Thu, 21 Aug 2008 05:37:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/08/21 05:37:30

Index: fortran-xtra.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/fortran-xtra.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- fortran-xtra.texi   22 Jan 2008 23:53:31 -0000      1.3
+++ fortran-xtra.texi   21 Aug 2008 05:37:29 -0000      1.4
@@ -458,20 +458,28 @@
 @node Fortran Columns
 @subsection Checking Columns in Fortran
 
address@hidden fortran-line-length
+In standard Fortran 77, anything beyond column 72 is ignored.
+Most compilers provide an option to change this (for example,
address@hidden in gfortran).  Customize the variable
address@hidden to change the line length in Fortran mode.
+
 @table @kbd
 @item C-c C-r
 Display a ``column ruler'' momentarily above the current line
 (@code{fortran-column-ruler}).
 @item C-c C-w
-Split the current window horizontally temporarily so that it is 72
-columns wide (@code{fortran-window-create-momentarily}).  This may
-help you avoid making lines longer than the 72-character limit that
-some Fortran compilers impose.
+Split the current window horizontally temporarily so that it is
address@hidden columns wide
+(@code{fortran-window-create-momentarily}).  This may help you avoid
+making lines longer than the character limit imposed by your Fortran
+compiler.
 @item C-u C-c C-w
-Split the current window horizontally so that it is 72 columns wide
-(@code{fortran-window-create}).  You can then continue editing.
+Split the current window horizontally so that it is
address@hidden columns wide (@code{fortran-window-create}).
+You can then continue editing.
 @item M-x fortran-strip-sequence-nos
-Delete all text in column 72 and beyond.
+Delete all text in column @code{fortran-line-length} and beyond.
 @end table
 
 @kindex C-c C-r @r{(Fortran mode)}
@@ -501,9 +509,9 @@
 @kindex C-c C-w @r{(Fortran mode)}
 @findex fortran-window-create-momentarily
   @kbd{C-c C-w} (@code{fortran-window-create-momentarily}) temporarily
-splits the current window horizontally, making a window 72 columns
-wide, so you can see any lines that are too long.  Type a space to
-restore the normal width.
+splits the current window horizontally, making a window
address@hidden columns wide, so you can see any lines that
+are too long.  Type a space to restore the normal width.
 
 @kindex C-u C-c C-w @r{(Fortran mode)}
 @findex fortran-window-create
@@ -514,8 +522,9 @@
 
 @findex fortran-strip-sequence-nos
   The command @kbd{M-x fortran-strip-sequence-nos} deletes all text in
-column 72 and beyond, on all lines in the current buffer.  This is the
-easiest way to get rid of old sequence numbers.
+column @code{fortran-line-length} and beyond, on all lines in the
+current buffer.  This is the easiest way to get rid of old sequence
+numbers.
 
 @node Fortran Abbrev
 @subsection Fortran Keyword Abbrevs




reply via email to

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