Variable: symtable:ibtypes
symtable:ibtypes is a variable defined in hact.el.
Value
(name "ibtypes" hash-table #s(hash-table size 97 test equal rehash-size 1.5 rehash-threshold 0.8125 data
()))
Documentation
Symbol table (hash table) of Hyperbole implicit button type symbols.
For each ibtype, there are two entries whose keys are strings: one
with the ibtypes:: 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:ibtypes (symtable:create "ibtypes" 97)
"Symbol table (hash table) of Hyperbole implicit button type symbols.
For each ibtype, there are two entries whose keys are strings: one
with the `ibtypes::' prefix and one without. The value for both
keys is the Elisp symbol for the type, which includes the prefix.")