Function: texinfo-push-stack
texinfo-push-stack is a byte-compiled function defined in
texinfmt.el.gz.
Signature
(texinfo-push-stack CHECK ARG)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-push-stack (check arg)
(setq texinfo-stack-depth (1+ texinfo-stack-depth))
(push (list check arg texinfo-command-start)
texinfo-stack))