]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-font-script-display): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Sep 2007 07:29:43 +0000 (07:29 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Sep 2007 07:29:43 +0000 (07:29 +0000)
lisp/textmodes/tex-mode.el

index 7be4d1e0bd155cbb72ad236713dd28e524725603..110351a6a60b7d2a57391e629300e1eeedaf71e5 100644 (file)
@@ -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")))