From c7c804c288a3ee6be9276bbb9211c55ef37103be Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 16 Aug 2007 03:18:34 +0000 Subject: [PATCH] (ps-font-size): Doc fix. --- lisp/ps-print.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- 2.39.5