# HG changeset patch # User Vinicius Jose Latorre # Date 1187303323 0 # Node ID 2fc1b1c43abd6ef1dcbd194beef91bbdb5dcd1a1 # Parent 5b92bb6e6570d78ad23d905c77622f160c4e4b10 Docstring fix diff -r 5b92bb6e6570 -r 2fc1b1c43abd lisp/ps-print.el --- a/lisp/ps-print.el Thu Aug 16 20:04:36 2007 +0000 +++ b/lisp/ps-print.el Thu Aug 16 22:28:43 2007 +0000 @@ -2887,7 +2887,8 @@ :group 'ps-print-font) (defcustom ps-header-font-size '(10 . 12) - "*Font size, in points, for text in the header, when generating PostScript." + "*Font size, in points, for text in the header, when generating PostScript. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)." :type '(choice :menu-tag "Header Font Size" :tag "Header Font Size" (number :tag "Header Size") @@ -2898,7 +2899,8 @@ :group 'ps-print-font) (defcustom ps-header-title-font-size '(12 . 14) - "*Font size, in points, for the top line of text in header, in PostScript." + "*Font size, in points, for the top line of text in header, in PostScript. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)." :type '(choice :menu-tag "Header Title Font Size" :tag "Header Title Font Size" (number :tag "Header Title Size") @@ -2915,7 +2917,8 @@ :group 'ps-print-font) (defcustom ps-footer-font-size '(10 . 12) - "*Font size, in points, for text in the footer, when generating PostScript." + "*Font size, in points, for text in the footer, when generating PostScript. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)." :type '(choice :menu-tag "Footer Font Size" :tag "Footer Font Size" (number :tag "Footer Size") @@ -2947,7 +2950,8 @@ :group 'ps-print-miscellany) (defcustom ps-line-number-font-size 6 - "*Font size, in points, for line number, when generating PostScript." + "*Font size, in points, for line number, when generating PostScript. +Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)." :type '(choice :menu-tag "Line Number Font Size" :tag "Line Number Font Size" (number :tag "Font Size")