Function: ibut:type

ibut:type is a byte-compiled function defined in hbut.el.

Signature

(ibut:type IBUT)

Documentation

Return full implicit type name for IBUT, else nil.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun    ibut:type (ibut)
  "Return full implicit type name for IBUT, else nil."
  (when (ibut:is-p ibut)
    (hattr:get ibut 'categ)))