Variable: hywiki-buffer-highlighted-state
hywiki-buffer-highlighted-state is a buffer-local variable defined in
hywiki.el.
Documentation
State of HyWikiWords highlighting in the associated buffer.
'h means the buffer was already highlighted;
'd means the buffer was dehighlighted;
nil means no full buffer highlighting has occurred.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar-local hywiki-buffer-highlighted-state nil
"State of HyWikiWords highlighting in the associated buffer.
\\='h means the buffer was already highlighted;
\\='d means the buffer was dehighlighted;
nil means no full buffer highlighting has occurred.")