Variable: symtable:actypes

symtable:actypes is a variable defined in hact.el.

Value

(name "actypes" hash-table #s(hash-table size 97 test equal rehash-size 1.5 rehash-threshold 0.8125 data
					 ("actypes::yt-info" actypes::yt-info "yt-info" actypes::yt-info "actypes::yt-play" actypes::yt-play "yt-play" actypes::yt-play "actypes::yt-search" actypes::yt-search "yt-search" actypes::yt-search "actypes::yt-url" actypes::yt-url "yt-url" actypes::yt-url)))

Documentation

Symbol table (hash table) of Hyperbole action type symbols.

For each actype, there are two entries whose keys are strings: one with the actypes:: prefix and one without. The value for both keys is the Elisp symbol for the type, which includes the prefix.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defvar   symtable:actypes (symtable:create "actypes" 97)
  "Symbol table (hash table) of Hyperbole action type symbols.
For each actype, there are two entries whose keys are strings: one
with the `actypes::' prefix and one without.  The value for both
keys is the Elisp symbol for the type, which includes the prefix.")