# HG changeset patch # User Glenn Morris # Date 1190705383 0 # Node ID d74a2df235a9fca0d1078ffe1418f9a63ed6340b # Parent 2582d43588d8c9a198af7556c27e616cb49eb67b (tex-font-script-display): Doc fix. diff -r 2582d43588d8 -r d74a2df235a9 lisp/textmodes/tex-mode.el --- 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")))