comparison lisp/textmodes/tex-mode.el @ 84847:d74a2df235a9

(tex-font-script-display): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Sep 2007 07:29:43 +0000
parents 7056747df1a9
children ca3cf0871ecb
comparison
equal deleted inserted replaced
84846:2582d43588d8 84847:d74a2df235a9
249 :type 'boolean 249 :type 'boolean
250 :group 'tex) 250 :group 'tex)
251 (put 'tex-fontify-script 'safe-local-variable 'booleanp) 251 (put 'tex-fontify-script 'safe-local-variable 'booleanp)
252 252
253 (defcustom tex-font-script-display '(-0.2 0.2) 253 (defcustom tex-font-script-display '(-0.2 0.2)
254 "Display specification for subscript and superscript content. 254 "How much to lower and raise subscript and superscript content.
255 The first is used for subscript, the second is used for superscripts." 255 This is a list of two floats. The first is negative and
256 specifies how much subscript is lowered, the second is positive
257 and specifies how much superscript is raised. Heights are
258 measured relative to that of the normal text."
256 :group 'tex 259 :group 'tex
257 :type '(list (float :tag "Subscript") 260 :type '(list (float :tag "Subscript")
258 (float :tag "Superscript"))) 261 (float :tag "Superscript")))
259 262
260 (defvar tex-last-temp-file nil 263 (defvar tex-last-temp-file nil