Variable: hui-menu-order-explicit-buttons
hui-menu-order-explicit-buttons is a variable defined in hui-menu.el.
Value
t
Documentation
When non-nil (default), explicit button menu list is lexicographically ordered.
Otherwise, explicit buttons are listed in their order of appearance within the current buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-menu.el
(defvar hui-menu-order-explicit-buttons t
"When non-nil (default), explicit button menu list is lexicographically ordered.
Otherwise, explicit buttons are listed in their order of appearance within
the current buffer.")