Function: symtable:select
symtable:select is a byte-compiled function defined in hact.el.
Signature
(symtable:select TYPE-CATEGORY)
Documentation
Inline the return of the symtable for TYPE-CATEGORY.
TYPE-CATEGORY is one of actypes or ibtypes.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defsubst symtable:select (type-category)
"Inline the return of the symtable for TYPE-CATEGORY.
TYPE-CATEGORY is one of `actypes' or `ibtypes'."
(plist-get symtable:category-plist type-category))