comparison lisp/ps-print.el @ 82415:19bb0634dbdc

Docstring fix
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Thu, 16 Aug 2007 22:27:35 +0000
parents e1ded9392645
children 1c18e395fd3e
comparison
equal deleted inserted replaced
82414:a635ddf58f79 82415:19bb0634dbdc
2885 :type 'symbol 2885 :type 'symbol
2886 :version "20" 2886 :version "20"
2887 :group 'ps-print-font) 2887 :group 'ps-print-font)
2888 2888
2889 (defcustom ps-header-font-size '(10 . 12) 2889 (defcustom ps-header-font-size '(10 . 12)
2890 "*Font size, in points, for text in the header, when generating PostScript." 2890 "*Font size, in points, for text in the header, when generating PostScript.
2891 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
2891 :type '(choice :menu-tag "Header Font Size" 2892 :type '(choice :menu-tag "Header Font Size"
2892 :tag "Header Font Size" 2893 :tag "Header Font Size"
2893 (number :tag "Header Size") 2894 (number :tag "Header Size")
2894 (cons :tag "Landscape/Portrait" 2895 (cons :tag "Landscape/Portrait"
2895 (number :tag "Landscape Header Size") 2896 (number :tag "Landscape Header Size")
2896 (number :tag "Portrait Header Size"))) 2897 (number :tag "Portrait Header Size")))
2897 :version "20" 2898 :version "20"
2898 :group 'ps-print-font) 2899 :group 'ps-print-font)
2899 2900
2900 (defcustom ps-header-title-font-size '(12 . 14) 2901 (defcustom ps-header-title-font-size '(12 . 14)
2901 "*Font size, in points, for the top line of text in header, in PostScript." 2902 "*Font size, in points, for the top line of text in header, in PostScript.
2903 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
2902 :type '(choice :menu-tag "Header Title Font Size" 2904 :type '(choice :menu-tag "Header Title Font Size"
2903 :tag "Header Title Font Size" 2905 :tag "Header Title Font Size"
2904 (number :tag "Header Title Size") 2906 (number :tag "Header Title Size")
2905 (cons :tag "Landscape/Portrait" 2907 (cons :tag "Landscape/Portrait"
2906 (number :tag "Landscape Header Title Size") 2908 (number :tag "Landscape Header Title Size")
2913 :type 'symbol 2915 :type 'symbol
2914 :version "21.1" 2916 :version "21.1"
2915 :group 'ps-print-font) 2917 :group 'ps-print-font)
2916 2918
2917 (defcustom ps-footer-font-size '(10 . 12) 2919 (defcustom ps-footer-font-size '(10 . 12)
2918 "*Font size, in points, for text in the footer, when generating PostScript." 2920 "*Font size, in points, for text in the footer, when generating PostScript.
2921 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
2919 :type '(choice :menu-tag "Footer Font Size" 2922 :type '(choice :menu-tag "Footer Font Size"
2920 :tag "Footer Font Size" 2923 :tag "Footer Font Size"
2921 (number :tag "Footer Size") 2924 (number :tag "Footer Size")
2922 (cons :tag "Landscape/Portrait" 2925 (cons :tag "Landscape/Portrait"
2923 (number :tag "Landscape Footer Size") 2926 (number :tag "Landscape Footer Size")
2945 :version "20" 2948 :version "20"
2946 :group 'ps-print-font 2949 :group 'ps-print-font
2947 :group 'ps-print-miscellany) 2950 :group 'ps-print-miscellany)
2948 2951
2949 (defcustom ps-line-number-font-size 6 2952 (defcustom ps-line-number-font-size 6
2950 "*Font size, in points, for line number, when generating PostScript." 2953 "*Font size, in points, for line number, when generating PostScript.
2954 Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
2951 :type '(choice :menu-tag "Line Number Font Size" 2955 :type '(choice :menu-tag "Line Number Font Size"
2952 :tag "Line Number Font Size" 2956 :tag "Line Number Font Size"
2953 (number :tag "Font Size") 2957 (number :tag "Font Size")
2954 (cons :tag "Landscape/Portrait" 2958 (cons :tag "Landscape/Portrait"
2955 (number :tag "Landscape Font Size") 2959 (number :tag "Landscape Font Size")