Function: texinfo-end-indextable

texinfo-end-indextable is a byte-compiled function defined in texinfmt.el.gz.

Signature

(texinfo-end-indextable TABLE-TYPE)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defun texinfo-end-indextable (table-type)
  (setq fill-column (+ fill-column 5))
  (texinfo-discard-command)
  (let ((stacktop
         (texinfo-pop-stack table-type)))
    (texinfo-do-itemize (nth 1 stacktop))))