emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105051: * doc/emacs/fortran-xtra.tex


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105051: * doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions.
Date: Fri, 08 Jul 2011 20:51:42 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105051
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-08 20:51:42 -0400
message:
  * doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions.
modified:
  doc/emacs/ChangeLog
  doc/emacs/fortran-xtra.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-03 21:33:54 +0000
+++ b/doc/emacs/ChangeLog       2011-07-09 00:51:42 +0000
@@ -1,3 +1,7 @@
+2011-07-09  Glenn Morris  <address@hidden>
+
+       * fortran-xtra.texi (Fortran): Update handled extensions.
+
 2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
 
        * display.texi (Scrolling): `C-v' (etc) are now bound to

=== modified file 'doc/emacs/fortran-xtra.texi'
--- a/doc/emacs/fortran-xtra.texi       2011-06-26 01:25:53 +0000
+++ b/doc/emacs/fortran-xtra.texi       2011-07-09 00:51:42 +0000
@@ -18,10 +18,11 @@
 ``free form'' source code (Fortran 90, 95, 2003, 2008), use F90 mode
 (@code{f90-mode}).  Emacs normally uses Fortran mode for files with
 extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode for the
-extensions @samp{.f90} and @samp{.f95}.  Customize
address@hidden to add more extensions.  GNU Fortran supports
-both free and fixed form.  This manual mainly documents Fortran mode,
-but the corresponding F90 mode features are mentioned when revelant.
+extensions @samp{.f90}, @samp{.f95}, @samp{.f03} and @samp{.f08}.
+Customize @code{auto-mode-alist} to add more extensions.  GNU Fortran
+supports both free and fixed form.  This manual mainly documents Fortran
+mode, but the corresponding F90 mode features are mentioned when
+revelant.
 
   Fortran mode provides special motion commands for Fortran statements
 and subprograms, and indentation commands that understand Fortran


reply via email to

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