Mercurial > emacs
changeset 91007:97d56fad87c1
Docstring fix
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Fri, 17 Aug 2007 01:43:38 +0000 |
parents | d4ceec8a1320 |
children | eacbf507589b |
files | lisp/ChangeLog lisp/ps-print.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 16 22:29:51 2007 +0000 +++ b/lisp/ChangeLog Fri Aug 17 01:43:38 2007 +0000 @@ -2,7 +2,8 @@ * ps-print.el (ps-font-size, ps-header-font-size) (ps-header-title-font-size, ps-footer-font-size) - (ps-line-number-font-size): Docstring fix. + (ps-line-number-font-size, ps-line-spacing, ps-paragraph-spacing): + Docstring fix. 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
--- a/lisp/ps-print.el Thu Aug 16 22:29:51 2007 +0000 +++ b/lisp/ps-print.el Fri Aug 17 01:43:38 2007 +0000 @@ -3298,6 +3298,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 @@ -3314,6 +3316,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