aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ps-print.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 4f5f67fd91e..f764d194a68 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -2869,7 +2869,8 @@ uses the fonts resident in your printer."
2869 :group 'ps-print-font) 2869 :group 'ps-print-font)
2870 2870
2871(defcustom ps-font-size '(7 . 8.5) 2871(defcustom ps-font-size '(7 . 8.5)
2872 "*Font size, in points, for ordinary text, when generating PostScript." 2872 "*Font size, in points, for ordinary text, when generating PostScript.
2873Either a float or a cons of floats (LANDSCAPE-SIZE . PORTRAIT-SIZE)."
2873 :type '(choice :menu-tag "Ordinary Text Font Size" 2874 :type '(choice :menu-tag "Ordinary Text Font Size"
2874 :tag "Ordinary Text Font Size" 2875 :tag "Ordinary Text Font Size"
2875 (number :tag "Text Size") 2876 (number :tag "Text Size")