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