Variable: hfy-src-doc-link-unstyle
hfy-src-doc-link-unstyle is a customizable variable defined in
htmlfontify.el.gz.
Value
" text-decoration: none;"
Documentation
Regex to remove from the <style> a variant of an htmlfontify CSS class.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-src-doc-link-unstyle " text-decoration: none;"
"Regex to remove from the `<style> a' variant of an htmlfontify CSS class."
:tag "src-doc-link-unstyle"
:type '(regexp))