From acdc4e5902f6571af92c546627a98347624393e6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 Sep 2007 07:29:43 +0000 Subject: [PATCH] (tex-font-script-display): Doc fix. --- lisp/textmodes/tex-mode.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"))) -- 2.39.2