Function: vtable-beginning-of-table

vtable-beginning-of-table is a byte-compiled function defined in vtable.el.gz.

Signature

(vtable-beginning-of-table)

Documentation

Go to the start of the current table.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(defun vtable-beginning-of-table ()
  "Go to the start of the current table."
  (if (text-property-search-backward 'vtable (vtable-current-table))
      (point)
    (goto-char (point-min))))