+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>:
(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)
(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)
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