aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-07-08 20:51:42 -0400
committerGlenn Morris2011-07-08 20:51:42 -0400
commit2a71c436d00491d3852c52b8551ee5963e2ca3ff (patch)
treead3fd3ad19248453a8753edaac1f8725a16bb90f
parent7f9b7c53affac3e9fb4e0270e6c71c90cc40b1b2 (diff)
downloademacs-2a71c436d00491d3852c52b8551ee5963e2ca3ff.tar.gz
emacs-2a71c436d00491d3852c52b8551ee5963e2ca3ff.zip
* doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/fortran-xtra.texi9
2 files changed, 9 insertions, 4 deletions
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 @@
12011-07-09 Glenn Morris <rgm@gnu.org>
2
3 * fortran-xtra.texi (Fortran): Update handled extensions.
4
12011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 52011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 6
3 * display.texi (Scrolling): `C-v' (etc) are now bound to 7 * 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
18``free form'' source code (Fortran 90, 95, 2003, 2008), use F90 mode 18``free form'' source code (Fortran 90, 95, 2003, 2008), use F90 mode
19(@code{f90-mode}). Emacs normally uses Fortran mode for files with 19(@code{f90-mode}). Emacs normally uses Fortran mode for files with
20extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode for the 20extension @samp{.f}, @samp{.F} or @samp{.for}, and F90 mode for the
21extensions @samp{.f90} and @samp{.f95}. Customize 21extensions @samp{.f90}, @samp{.f95}, @samp{.f03} and @samp{.f08}.
22@code{auto-mode-alist} to add more extensions. GNU Fortran supports 22Customize @code{auto-mode-alist} to add more extensions. GNU Fortran
23both free and fixed form. This manual mainly documents Fortran mode, 23supports both free and fixed form. This manual mainly documents Fortran
24but the corresponding F90 mode features are mentioned when revelant. 24mode, but the corresponding F90 mode features are mentioned when
25revelant.
25 26
26 Fortran mode provides special motion commands for Fortran statements 27 Fortran mode provides special motion commands for Fortran statements
27and subprograms, and indentation commands that understand Fortran 28and subprograms, and indentation commands that understand Fortran