mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(tex-font-script-display): Doc fix.
This commit is contained in:
parent
13b1f3409f
commit
acdc4e5902
1 changed files with 5 additions and 2 deletions
|
|
@ -251,8 +251,11 @@ Normally set to either `plain-tex-mode' or `latex-mode'."
|
|||
(put 'tex-fontify-script 'safe-local-variable 'booleanp)
|
||||
|
||||
(defcustom tex-font-script-display '(-0.2 0.2)
|
||||
"Display specification for subscript and superscript content.
|
||||
The first is used for subscript, the second is used for superscripts."
|
||||
"How much to lower and raise subscript and superscript content.
|
||||
This is a list of two floats. The first is negative and
|
||||
specifies how much subscript is lowered, the second is positive
|
||||
and specifies how much superscript is raised. Heights are
|
||||
measured relative to that of the normal text."
|
||||
:group 'tex
|
||||
:type '(list (float :tag "Subscript")
|
||||
(float :tag "Superscript")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue