Function: vtable-end-of-table
vtable-end-of-table is a byte-compiled function defined in
vtable.el.gz.
Signature
(vtable-end-of-table)
Documentation
Go to the end of the current table.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(defun vtable-end-of-table ()
"Go to the end of the current table."
(if (text-property-search-forward 'vtable (vtable-current-table))
(point)
(goto-char (point-max))))