Function: ebut:key
ebut:key is a byte-compiled function defined in hbut.el.
Signature
(ebut:key EBUT)
Documentation
Return the key for Hyperbole explicit button symbol EBUT.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun ebut:key (ebut)
"Return the key for Hyperbole explicit button symbol EBUT."
(if (ebut:is-p ebut)
(hattr:get ebut 'lbl-key)
(error "(ebut:key): Argument is not a Hyperbole explicit button symbol, `%s'"
ebut)))