Variable: fortran-comment-region
fortran-comment-region is a customizable variable defined in
fortran.el.gz.
Value
"c$$$"
Documentation
String inserted by M-x fortran-comment-region (fortran-comment-region) at start of each line in region.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/fortran.el.gz
(defcustom fortran-comment-region "c$$$"
"String inserted by \\[fortran-comment-region] at start of each \
line in region."
:type 'string
:safe 'stringp
:group 'fortran-comment)