From: Glenn Morris Date: Tue, 25 Sep 2007 07:29:43 +0000 (+0000) Subject: (tex-font-script-display): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~10691 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=acdc4e5902f6571af92c546627a98347624393e6;p=emacs.git (tex-font-script-display): Doc fix. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 7be4d1e0bd1..110351a6a60 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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")))