Variable: texinfo-pre-format-hook

texinfo-pre-format-hook is a variable defined in texinfmt.el.gz.

Value

nil

Documentation

Hook called before the conversion of the Texinfo file to Info format.

The functions on this hook are called with argument BUFFER, the buffer containing the Texinfo file.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defvar texinfo-pre-format-hook nil
  "Hook called before the conversion of the Texinfo file to Info format.
The functions on this hook are called with argument BUFFER, the buffer
containing the Texinfo file.")