fortran-fill-paragraph

fortran-fill-paragraph is an interactive compiled Lisp function in `fortran.el'.


(fortran-fill-paragraph &optional JUSTIFY)

Fill surrounding comment block as paragraphs, else fill statement.
Intended as the value of `fill-paragraph-function'.
A comment block is filled by calling `fill-comment-paragraph' with
argument JUSTIFY, otherwise `fortran-fill-statement' is called.
Always returns non-nil (to prevent `fill-paragraph' being called).