From 5d1d76acba40339929c71396adb12438596f9bd9 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Fri, 17 Aug 2007 01:43:38 +0000 Subject: [PATCH] Docstring fix --- lisp/ChangeLog | 3 ++- lisp/ps-print.el | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d1348ef9ee..29ef69e311f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 0e75d46cfe9..928f688f4c6 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -3298,6 +3298,8 @@ By default, this directory is the same as in the variable `data-directory'." (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 @@ To get all lines with some spacing set both `ps-line-spacing' and (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 -- 2.39.5