File: texinfmt.el.html
; Emacs Lisp functions to convert Texinfo files to Info files.
Defined variables (13)
texinfo-copying-text | Text of the copyright notice and copying permissions. |
texinfo-extra-inter-column-width | Number of extra spaces between entries (columns) in @multitable. |
texinfo-footnote-style | Footnote style, either separate or end. |
texinfo-format-kbd-end-regexp | Regexp specifying end of environments in which @kbd does not put ‘...’ |
texinfo-format-kbd-regexp | Regexp matching environments in which @kbd does not put ‘...’ around arg. |
texinfo-lowersections-alist | An alist of next lower levels for chapters, sections, etc... |
texinfo-no-refill-regexp | Regexp specifying environments in which paragraphs are not filled. |
texinfo-paragraph-indent | Number of spaces for @refill to indent a paragraph; else to leave as is. |
texinfo-part-of-para-regexp | Regexp specifying @-commands found within paragraphs. |
texinfo-pre-format-hook | Hook called before the conversion of the Texinfo file to Info format. |
texinfo-raisesections-alist | An alist of next higher levels for chapters, sections, etc... |
texinfo-region-buffer-name | Name of the temporary buffer used by M-x texinfo-format-region. |
texinfo-stack-depth | Count of number of unpopped texinfo-push-stack calls. |