Variable: LaTeX-fill-break-before-code-comments
LaTeX-fill-break-before-code-comments is a customizable variable
defined in latex.el.
Value
t
Documentation
If non-nil, a line with some code followed by a comment will be broken before the last non-comment word in case the comment does not fit into the line.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-fill-break-before-code-comments t
"If non-nil, a line with some code followed by a comment will
be broken before the last non-comment word in case the comment
does not fit into the line."
:group 'LaTeX
:type 'boolean)