comparison 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
comparison
equal deleted inserted replaced
82412:a3d7590930cb 82413:e1ded9392645
2867 :type 'symbol 2867 :type 'symbol
2868 :version "20" 2868 :version "20"
2869 :group 'ps-print-font) 2869 :group 'ps-print-font)
2870 2870
2871 (defcustom ps-font-size '(7 . 8.5) 2871 (defcustom ps-font-size '(7 . 8.5)
2872 "*Font size, in points, for ordinary text, when generating PostScript." 2872 "*Font size, in points, for ordinary text, when generating PostScript.
2873 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
2873 :type '(choice :menu-tag "Ordinary Text Font Size" 2874 :type '(choice :menu-tag "Ordinary Text Font Size"
2874 :tag "Ordinary Text Font Size" 2875 :tag "Ordinary Text Font Size"
2875 (number :tag "Text Size") 2876 (number :tag "Text Size")
2876 (cons :tag "Landscape/Portrait" 2877 (cons :tag "Landscape/Portrait"
2877 (number :tag "Landscape Text Size") 2878 (number :tag "Landscape Text Size")