Function: hywiki-message-spec
hywiki-message-spec is a byte-compiled function defined in hywiki.el.
Signature
(hywiki-message-spec WIKIWORD)
Documentation
When WIKIWORD has a referent type of spec, print a message saying so.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hywiki.el
(defun hywiki-message-spec (wikiword)
"When WIKIWORD has a referent type of `spec', print a message saying so."
(when (eq (car (hywiki-get-referent wikiword)) 'spec)
(message "%s is now a wikiword spec; press the Action Key on it to set its referent type" wikiword)))