# HG changeset patch # User Glenn Morris # Date 1193285054 0 # Node ID fd350eead344865f47651600d7c658c363e301af # Parent c046169d3477e090c1122581d0387ecf53aae9f5 (Fortran): F90 mode handles F2003. diff -r c046169d3477 -r fd350eead344 doc/emacs/fortran-xtra.texi --- a/doc/emacs/fortran-xtra.texi Thu Oct 25 04:03:40 2007 +0000 +++ b/doc/emacs/fortran-xtra.texi Thu Oct 25 04:04:14 2007 +0000 @@ -32,8 +32,8 @@ @findex f90-mode @findex fortran-mode Fortran mode is meant for editing Fortran77 ``fixed format'' (and also -``tab format'') source code. For editing the modern Fortran90 or -Fortran95 ``free format'' source code, use F90 mode (@code{f90-mode}). +``tab format'') source code. For editing the modern Fortran90/95/2003 +``free format'' source code, 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 extension @samp{.f90} and @samp{.f95}. GNU Fortran supports both kinds of format.