Variable: LaTeX-fill-excluded-macros
LaTeX-fill-excluded-macros is a customizable variable defined in
latex.el.
Value
nil
Documentation
List of macro names (without leading \) whose arguments must not be subject to filling.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-fill-excluded-macros nil
"List of macro names (without leading \\) whose arguments must
not be subject to filling."
:group 'LaTeX
:type '(repeat string))