changeset 84847:d74a2df235a9

(tex-font-script-display): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Sep 2007 07:29:43 +0000
parents 2582d43588d8
children d8f4346c8ee1
files lisp/textmodes/tex-mode.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el	Tue Sep 25 07:29:08 2007 +0000
+++ b/lisp/textmodes/tex-mode.el	Tue Sep 25 07:29:43 2007 +0000
@@ -251,8 +251,11 @@
 (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")))