Variable: hfy-src-doc-link-style

hfy-src-doc-link-style is a customizable variable defined in htmlfontify.el.gz.

Value

"text-decoration: underline;"

Documentation

String to add to 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-style "text-decoration: underline;"
  "String to add to the `<style> a' variant of an htmlfontify CSS class."
  :tag   "src-doc-link-style"
  :type  '(string))