Function: Mh-hbut-highlight

Mh-hbut-highlight is a byte-compiled function defined in hmh.el.

Signature

(Mh-hbut-highlight)

Documentation

Highlight any Hyperbole buttons in buffer for which display support exists.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmh.el
(defun Mh-hbut-highlight ()
  "Highlight any Hyperbole buttons in buffer for which display support exists."
  (if (fboundp 'hproperty:but-create) (hproperty:but-create)))