summaryrefslogtreecommitdiff
path: root/lisp/ps-print.el
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2007-08-16 22:28:43 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2007-08-16 22:28:43 +0000
commit91fc3f99dbeacc32245ef8e131d63e8dd072d78f (patch)
treefd8be05d219e641e79d8e4f5e65cc3d097c14476 /lisp/ps-print.el
parentde6895115622ceeda27e82ccc254a1e3f57c23d6 (diff)
downloademacs-91fc3f99dbeacc32245ef8e131d63e8dd072d78f.tar.gz
Docstring fix
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r--lisp/ps-print.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index f764d194a68..aac74b3b51a 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -2887,7 +2887,8 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
: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 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
: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 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
: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 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
: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")