Function: hfy-invisible
hfy-invisible is a byte-compiled function defined in
htmlfontify.el.gz.
Signature
(hfy-invisible &optional VAL)
Documentation
This text should be invisible.
Do something in CSS to make that happen. VAL is ignored here.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun hfy-invisible (&optional _val)
"This text should be invisible.
Do something in CSS to make that happen.
VAL is ignored here."
'(("display" . "none")))