Variable: texinfo-fillable-commands
texinfo-fillable-commands is a variable defined in texinfo.el.gz.
Value
("@noindent")
Documentation
A list of commands that can be filled.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defvar texinfo-fillable-commands '("@noindent")
"A list of commands that can be filled.")