comparison lisp/ps-print.el @ 75511:7064e151eb7e

(ps-build-face-reference): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 16:11:48 +0000
parents 0717aeaaa61d
children 78d94b04f6aa f83d17e1ace6
comparison
equal deleted inserted replaced
75510:2efde0c63664 75511:7064e151eb7e
3311 3311
3312 (defcustom ps-build-face-reference t 3312 (defcustom ps-build-face-reference t
3313 "*Non-nil means build the reference face lists. 3313 "*Non-nil means build the reference face lists.
3314 3314
3315 ps-print sets this value to nil after it builds its internal reference lists of 3315 ps-print sets this value to nil after it builds its internal reference lists of
3316 bold and italic faces. By settings its value back to t, you can force ps-print 3316 bold and italic faces. By setting its value back to t, you can force ps-print
3317 to rebuild the lists the next time you invoke one of the ...-with-faces 3317 to rebuild the lists the next time you invoke one of the ...-with-faces
3318 commands. 3318 commands.
3319 3319
3320 You should set this value back to t after you change the attributes of any 3320 You should set this value back to t after you change the attributes of any
3321 face, or create new faces. Most users shouldn't have to worry about its 3321 face, or create new faces. Most users shouldn't have to worry about its