Function: texinfo-footnotestyle

texinfo-footnotestyle is a byte-compiled function defined in texinfmt.el.gz.

Signature

(texinfo-footnotestyle)

Documentation

Specify whether footnotes are at end of node or in separate nodes.

Argument is either end or separate.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-footnotestyle ()
  "Specify whether footnotes are at end of node or in separate nodes.
Argument is either end or separate."
  (setq texinfo-footnote-style (texinfo-parse-arg-discard)))