# HG changeset patch # User Vinicius Jose Latorre # Date 1187315042 0 # Node ID 1c18e395fd3ecfe7072a778cd3a7dc4afb5bcd68 # Parent 19bb0634dbdc1e8387fd78cefe5ab0eea49ad62b Docstring fix diff -r 19bb0634dbdc -r 1c18e395fd3e lisp/ChangeLog --- a/lisp/ChangeLog Thu Aug 16 22:27:35 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 17 01:44:02 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 Glenn Morris diff -r 19bb0634dbdc -r 1c18e395fd3e lisp/ps-print.el --- a/lisp/ps-print.el Thu Aug 16 22:27:35 2007 +0000 +++ b/lisp/ps-print.el Fri Aug 17 01:44:02 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