diff lisp/ps-print.el @ 82413:e1ded9392645

(ps-font-size): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 16 Aug 2007 03:18:21 +0000
parents 25e98747a502
children 19bb0634dbdc
line wrap: on
line diff
--- a/lisp/ps-print.el	Thu Aug 16 03:18:08 2007 +0000
+++ b/lisp/ps-print.el	Thu Aug 16 03:18:21 2007 +0000
@@ -2869,7 +2869,8 @@
   :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")