diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-08-17 01:43:38 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-08-17 01:43:38 +0000 |
commit | 5d1d76acba40339929c71396adb12438596f9bd9 (patch) | |
tree | 8a83e6c6e9014f5bd89c50ea89f696139f8904d8 /lisp/ps-print.el | |
parent | 54b506db134c4a23538819660cb5ac727acb9bdb (diff) | |
download | emacs-5d1d76acba40339929c71396adb12438596f9bd9.tar.gz |
Docstring fix
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 4 insertions, 0 deletions
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 |