From: Glenn Morris Date: Thu, 16 Aug 2007 03:18:21 +0000 (+0000) Subject: (ps-font-size): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~11484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44a0e58612792466d9277b253ead9c398b7bf714;p=emacs.git (ps-font-size): Doc fix. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index f7abe472fe5..501c1ce42d7 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")