Function: texinfo-format-expand-region
texinfo-format-expand-region is a byte-compiled function defined in
texinfmt.el.gz.
Signature
(texinfo-format-expand-region START END)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-format-expand-region (start end)
(save-restriction
(narrow-to-region start end)
(let (texinfo-command-start
texinfo-command-end
texinfo-command-name
texinfo-stack)
(texinfo-format-scan))
(goto-char (point-max))))