comparison lisp/ps-print.el @ 82416:1c18e395fd3e

Docstring fix
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Fri, 17 Aug 2007 01:44:02 +0000
parents 19bb0634dbdc
children 0cff28bd3f6b
comparison
equal deleted inserted replaced
82415:19bb0634dbdc 82416:1c18e395fd3e
3360 :group 'ps-print-miscellany) 3360 :group 'ps-print-miscellany)
3361 3361
3362 (defcustom ps-line-spacing 0 3362 (defcustom ps-line-spacing 0
3363 "*Specify line spacing, in points, for ordinary text. 3363 "*Specify line spacing, in points, for ordinary text.
3364 3364
3365 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE).
3366
3365 See also `ps-paragraph-spacing' and `ps-paragraph-regexp'. 3367 See also `ps-paragraph-spacing' and `ps-paragraph-regexp'.
3366 3368
3367 To get all lines with some spacing set both `ps-line-spacing' and 3369 To get all lines with some spacing set both `ps-line-spacing' and
3368 `ps-paragraph-spacing' variables." 3370 `ps-paragraph-spacing' variables."
3369 :type '(choice :menu-tag "Line Spacing For Ordinary Text" 3371 :type '(choice :menu-tag "Line Spacing For Ordinary Text"
3375 :version "21.1" 3377 :version "21.1"
3376 :group 'ps-print-miscellany) 3378 :group 'ps-print-miscellany)
3377 3379
3378 (defcustom ps-paragraph-spacing 0 3380 (defcustom ps-paragraph-spacing 0
3379 "*Specify paragraph spacing, in points, for ordinary text. 3381 "*Specify paragraph spacing, in points, for ordinary text.
3382
3383 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE).
3380 3384
3381 See also `ps-line-spacing' and `ps-paragraph-regexp'. 3385 See also `ps-line-spacing' and `ps-paragraph-regexp'.
3382 3386
3383 To get all lines with some spacing set both `ps-line-spacing' and 3387 To get all lines with some spacing set both `ps-line-spacing' and
3384 `ps-paragraph-spacing' variables." 3388 `ps-paragraph-spacing' variables."