Mercurial > emacs
changeset 85628:fd350eead344
(Fortran): F90 mode handles F2003.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 25 Oct 2007 04:04:14 +0000 |
parents | c046169d3477 |
children | 7a7ac06176a3 |
files | doc/emacs/fortran-xtra.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.