From: Glenn Morris Date: Sat, 9 Jul 2011 00:51:42 +0000 (-0400) Subject: * doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions. X-Git-Tag: emacs-pretest-24.0.90~104^2~415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a71c436d00491d3852c52b8551ee5963e2ca3ff;p=emacs.git * doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index aca1ccc663e..87d1211587f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2011-07-09 Glenn Morris + + * fortran-xtra.texi (Fortran): Update handled extensions. + 2011-07-03 Lars Magne Ingebrigtsen * display.texi (Scrolling): `C-v' (etc) are now bound to diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi index b7a4ef973ea..ee417624120 100644 --- a/doc/emacs/fortran-xtra.texi +++ b/doc/emacs/fortran-xtra.texi @@ -18,10 +18,11 @@ format'') source code (normally Fortran 77). For editing more modern ``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 -@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. +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