comparison lisp/ps-print.el @ 78568:a272de28c254

(ps-font-size): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 16 Aug 2007 03:18:34 +0000
parents 3db577f2c6a5
children 2fc1b1c43abd
comparison
equal deleted inserted replaced
78567:5ba684513497 78568:a272de28c254
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")