diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-16 03:18:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-16 03:18:34 +0000 |
commit | c7c804c288a3ee6be9276bbb9211c55ef37103be (patch) | |
tree | 37ff6c5d6027665ef5d18f8c477a53d0b3648eb3 /lisp/ps-print.el | |
parent | af9f81a0de809153d8d39e82417f4cdc72d24f33 (diff) | |
download | emacs-c7c804c288a3ee6be9276bbb9211c55ef37103be.tar.gz |
(ps-font-size): Doc fix.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 4f5f67fd91e..f764d194a68 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -2869,7 +2869,8 @@ uses the fonts resident in your printer." :group 'ps-print-font) (defcustom ps-font-size '(7 . 8.5) - "*Font size, in points, for ordinary text, when generating PostScript." + "*Font size, in points, for ordinary text, when generating PostScript. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)." :type '(choice :menu-tag "Ordinary Text Font Size" :tag "Ordinary Text Font Size" (number :tag "Text Size") |