Function: hui:help-ebut-highlight
hui:help-ebut-highlight is a byte-compiled function defined in hui.el.
Signature
(hui:help-ebut-highlight)
Documentation
Highlight any explicit buttons in help buffer associated with current buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui.el
(defun hui:help-ebut-highlight ()
"Highlight any explicit buttons in help buffer associated with current buffer."
(when (fboundp 'hproperty:but-create)
(with-current-buffer (get-buffer (hypb:help-buf-name))
(hproperty:but-create))))