Variable: shr-sup-raise-factor

shr-sup-raise-factor is a customizable variable defined in shr.el.gz.

Value

0.2

Documentation

The value of raise property for superscripts.

Should be a non-negative float number between 0 and 1.

This variable was added, or its default value changed, in Emacs 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-sup-raise-factor 0.2
  "The value of raise property for superscripts.
Should be a non-negative float number between 0 and 1."
  :version "30.1"
  :type 'float)