]> git.eshelyaron.com Git - emacs.git/commitdiff
(fortran-tab-mode-string, fortran-comment-line-start)
authorGlenn Morris <rgm@gnu.org>
Sat, 23 Aug 2008 23:22:22 +0000 (23:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 23 Aug 2008 23:22:22 +0000 (23:22 +0000)
(fortran-continuation-string): Doc fixes.

lisp/ChangeLog
lisp/progmodes/fortran.el

index bf4504122aeb77eef8133044454b558392571a0d..909adf8fe09e41e18b1b73511ecc12aff391d999 100644 (file)
@@ -1,3 +1,8 @@
+2008-08-23  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/fortran.el (fortran-tab-mode-string)
+       (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
+
 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
 
        * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
index d5b551b78e23e73b0cd38a2fd237e1abcb52caa7..bfc95479ced5fc2a1fe3cc24c3c3f1077aa8591a 100644 (file)
@@ -96,7 +96,8 @@ with a character in column 6."
                                           (interactive)
                                           (describe-variable
                                            'fortran-tab-mode-string))))
-  "String to appear in mode line in TAB format buffers."
+  "String to appear in mode line in TAB format buffers.
+See Info node `(emacs)ForIndent Cont'."
   :type  'string
   :group 'fortran-indent)
 (put 'fortran-tab-mode-string 'risky-local-variable t)
@@ -147,7 +148,8 @@ nil forces comment lines not to be touched;
 
 (defcustom fortran-comment-line-start "C"
   "Delimiter inserted to start new full-line comment.
-You might want to change this to \"*\", for instance."
+You might want to change this to \"*\", for instance; or \"!\" to
+allow trailing comments on a line."
   :version "21.1"
   :type    'string
   :group   'fortran-comment)
@@ -224,7 +226,7 @@ In fixed format continuation style, this character is inserted in
 column 6 by \\[fortran-split-line] to begin a continuation line.
 Also, if \\[fortran-indent-line] finds this at the beginning of a
 line, it will convert the line into a continuation line of the
-appropriate style. Normally $."
+appropriate style.  Normally \"$\"."
   :type  'string
   :group 'fortran)
 (put 'fortran-continuation-string 'safe-local-variable