fortran-indent-comment

fortran-indent-comment is an interactive compiled Lisp function in `fortran.el'.


(fortran-indent-comment)

Align or create comment on current line.
Existing comments of all types are recognized and aligned.
If the line has no comment, a side-by-side comment is inserted and aligned,
if the value of `comment-start' is not nil and allows such comments.
Otherwise, a separate-line comment is inserted, on this line
or on a new line inserted before this line if this line is not blank.