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