aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2007-08-16 22:27:35 +0000
committerVinicius Jose Latorre2007-08-16 22:27:35 +0000
commit76fd0079be0b4409b22253930ec56446071b14ae (patch)
treeff0308016ff9318047d76ae514945b3f96f3a6da
parentb9c520997ee12e698739c3faca9bf7532a1076f7 (diff)
downloademacs-76fd0079be0b4409b22253930ec56446071b14ae.tar.gz
emacs-76fd0079be0b4409b22253930ec56446071b14ae.zip
Docstring fix
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/ps-print.el12
2 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 659e3a90330..eb59d166768 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
4 (ps-footer-font-size, ps-line-number-font-size): Docstring fix.
5
12007-08-16 Glenn Morris <rgm@gnu.org> 62007-08-16 Glenn Morris <rgm@gnu.org>
2 7
3 * ps-print.el (ps-font-size): Doc fix. 8 * ps-print.el (ps-font-size): Doc fix.
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 501c1ce42d7..c05983cd6d1 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)."
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.
2891Either 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")
@@ -2898,7 +2899,8 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
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.
2903Either 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")
@@ -2915,7 +2917,8 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
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.
2921Either 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")
@@ -2947,7 +2950,8 @@ Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
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.
2954Either 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")