Variable: makeinfo-options
makeinfo-options is a customizable variable defined in makeinfo.el.gz.
Value
"--fill-column=70"
Documentation
String containing options for running makeinfo.
Do not include --footnote-style or --paragraph-indent;
the proper way to specify those is with the Texinfo commands
@footnotestyle and @paragraphindent.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/makeinfo.el.gz
(defcustom makeinfo-options "--fill-column=70"
"String containing options for running `makeinfo'.
Do not include `--footnote-style' or `--paragraph-indent';
the proper way to specify those is with the Texinfo commands
`@footnotestyle' and `@paragraphindent'."
:type 'string)