]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Thu, 21 Aug 2008 05:37:38 +0000 (05:37 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 21 Aug 2008 05:37:38 +0000 (05:37 +0000)
doc/emacs/ChangeLog
etc/NEWS

index 53e0e3984b31d106a865c089f3ff613d06de1a04..277d94bfd3527a3950bb617491304173d9c21092 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-21  Glenn Morris  <rgm@gnu.org>
+
+       * fortran-xtra.texi (Fortran Columns): Document `fortran-line-length'.
+
 2008-08-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * regs.texi (Registers): Clarify valid register names.
index 43b309d56e15956f6eb17a24fbfe8f96b0085b7d..0721d00b23ee5bbd4af330e5f6095e3c0e97245a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -810,7 +810,9 @@ including `dired-do-query-replace-regexp', `vc-dir-query-replace-regexp',
 `reftex-query-replace-document'.
 
 ** Fortran
-*** The variable `fortran-line-length' can change the fixed-form line-length.
++++
+*** The line length of fixed-form Fortran is not fixed at 72 any more.
+Customize the variable `fortran-line-length' to change it.
 
 *** In Fortran mode, M-; is now bound to the standard comment-dwim,
 rather than fortran-indent-comment.