# HG changeset patch # User Vinicius Jose Latorre # Date 1187314986 0 # Node ID 0fc9118f9d31601483ad0cff5183a8fd7230817a # Parent 560e2429dd870fc8c40b3983c6a19c56ddfefa30 Docstring fix diff -r 560e2429dd87 -r 0fc9118f9d31 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 17 01:29:39 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 17 01:43:06 2007 +0000 @@ -1,7 +1,8 @@ 2007-08-16 Vinicius Jose Latorre * ps-print.el (ps-header-font-size, ps-header-title-font-size) - (ps-footer-font-size, ps-line-number-font-size): Docstring fix. + (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing) + (ps-paragraph-spacing): Docstring fix. 2007-08-16 Stefan Monnier diff -r 560e2429dd87 -r 0fc9118f9d31 lisp/ps-print.el --- a/lisp/ps-print.el Fri Aug 17 01:29:39 2007 +0000 +++ b/lisp/ps-print.el Fri Aug 17 01:43:06 2007 +0000 @@ -3362,6 +3362,8 @@ (defcustom ps-line-spacing 0 "*Specify line spacing, in points, for ordinary text. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE). + See also `ps-paragraph-spacing' and `ps-paragraph-regexp'. To get all lines with some spacing set both `ps-line-spacing' and @@ -3378,6 +3380,8 @@ (defcustom ps-paragraph-spacing 0 "*Specify paragraph spacing, in points, for ordinary text. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE). + See also `ps-line-spacing' and `ps-paragraph-regexp'. To get all lines with some spacing set both `ps-line-spacing' and