Function: hbut:alist
hbut:alist is a byte-compiled function defined in hbut.el.
Signature
(hbut:alist &optional FILE)
Documentation
Return alist of hbuts (ebuts and named ibuts) in FILE or the current buffer.
Each element is a list of just a button label. For use as a completion table.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun hbut:alist (&optional file)
"Return alist of hbuts (ebuts and named ibuts) in FILE or the current buffer.
Each element is a list of just a button label. For use as a completion table."
(mapcar #'list (hbut:list file)))