Variable: idlwave-fill-comment-line-only
idlwave-fill-comment-line-only is a customizable variable defined in
idlwave.el.gz.
Value
t
Documentation
If non-nil then auto fill will only operate on comment lines.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-fill-comment-line-only t
"If non-nil then auto fill will only operate on comment lines."
:group 'idlwave-code-formatting
:type 'boolean)