Function: texinfo-format-chapter-1
texinfo-format-chapter-1 is a byte-compiled function defined in
texinfmt.el.gz.
Signature
(texinfo-format-chapter-1 BELOWCHAR)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-format-chapter-1 (belowchar)
(let ((arg (texinfo-parse-arg-discard)))
(message "Formatting: %s ... " arg) ; So we can see where we are.
(insert ?\n arg ?\n "@SectionPAD " belowchar ?\n)
(forward-line -2)))