Function: hywiki-display-glossary-entry

hywiki-display-glossary-entry is a byte-compiled function defined in hywiki.el.

Signature

(hywiki-display-glossary-entry WIKIWORD TERM)

Documentation

Display any HyWiki glossary definition for TERM.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hywiki.el
(defun hywiki-display-glossary-entry (_wikiword term)
  "Display any HyWiki glossary definition for TERM."
  ;; Don't display the entry if in the middle of a
  ;; `hywiki-create-referent-and-display' call since that displays the entry
  ;; source buffer already.
  (unless (hyperb:stack-frame '(hywiki-create-referent-and-display))
    (hywiki-get-definition term t)))