Function: gbut:label-list

gbut:label-list is a byte-compiled function defined in hbut.el.

Signature

(gbut:label-list)

Documentation

Return list of global button labels.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbut.el
(defun    gbut:label-list ()
  "Return list of global button labels."
  (mapcar #'hbut:key-to-label (gbut:key-list)))