Function: symtable:name

symtable:name is a byte-compiled function defined in hact.el.

Signature

(symtable:name SYMTABLE)

Documentation

Return the name of SYMTABLE as a string.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defsubst symtable:name (symtable)
  "Return the name of SYMTABLE as a string."
  (plist-get symtable 'name))