]> git.eshelyaron.com Git - emacs.git/commitdiff
Docstring fix
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Thu, 16 Aug 2007 22:29:51 +0000 (22:29 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Thu, 16 Aug 2007 22:29:51 +0000 (22:29 +0000)
lisp/ChangeLog
lisp/ps-print.el

index 8daf2daf71fab16268c6dcf60bd000b3ed0b71bc..5d1348ef9ee1ec36446b9e61a714a63b39993529 100644 (file)
@@ -1,3 +1,9 @@
+2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * ps-print.el (ps-font-size, ps-header-font-size)
+       (ps-header-title-font-size, ps-footer-font-size)
+       (ps-line-number-font-size): Docstring fix.
+
 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
index bd46c8a6f538d8d6e1e379062f1ea3ff511aadec..0e75d46cfe93c9c9934ca2a5522a880741fcd38d 100644 (file)
@@ -2805,7 +2805,8 @@ uses the fonts resident in your printer."
   :group 'ps-print-font)
 
 (defcustom ps-font-size   '(7 . 8.5)
-  "*Font size, in points, for ordinary text, when generating PostScript."
+  "*Font size, in points, for ordinary text, when generating PostScript.
+Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
   :type '(choice :menu-tag "Ordinary Text Font Size"
                 :tag "Ordinary Text Font Size"
                 (number :tag "Text Size")
@@ -2822,7 +2823,8 @@ uses the fonts resident in your printer."
   :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")
@@ -2833,7 +2835,8 @@ uses the fonts resident in your printer."
   :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")
@@ -2850,7 +2853,8 @@ uses the fonts resident in your printer."
   :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")
@@ -2882,7 +2886,8 @@ uses the fonts resident in your printer."
   :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")