Function: ibut:key

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

Signature

(ibut:key IBUT)

Documentation

Return the text key for Hyperbole implicit button symbol IBUT.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun    ibut:key (ibut)
  "Return the text key for Hyperbole implicit button symbol IBUT."
  (if (ibut:is-p ibut)
      (hattr:get ibut 'lbl-key)
    (error "(ibut:key): Argument is not a Hyperbole implicit button symbol, `%s'"
	   ibut)))