Function: hbut:key

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

Signature

(hbut:key HBUT)

Documentation

Return the key for Hyperbole button symbol HBUT.

Source Code

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