X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7ad8fe5e2876518a8f33b80050f98dab4ff78398..cd9b5d3e5194b2c2da7ed83ab8759a9503cb4ee8:/lisp/progmodes/fortran.el diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index d5b551b78e..bfc95479ce 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el @@ -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