Function: texinfo-end-multitable
texinfo-end-multitable is a byte-compiled function defined in
texinfmt.el.gz.
Signature
(texinfo-end-multitable)
Documentation
Discard the @end multitable line and pop the stack of multitable.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-end-multitable ()
"Discard the @end multitable line and pop the stack of multitable."
(texinfo-discard-command)
(texinfo-pop-stack 'multitable))