Function: vtable-current-table

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

Signature

(vtable-current-table)

Documentation

Return the table under point.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
;;; Interface utility functions.

(defun vtable-current-table ()
  "Return the table under point."
  (get-text-property (point) 'vtable))