aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1997-05-06 13:54:06 +0000
committerSimon Marshall1997-05-06 13:54:06 +0000
commita6c6e755bc68c6517b21e898744abdeef2d4cb80 (patch)
treea94f522583742623081ee743ce84919911a95758
parent1fa68f218e08d2e1e8ccd54d0061d3012461e46e (diff)
downloademacs-a6c6e755bc68c6517b21e898744abdeef2d4cb80.tar.gz
emacs-a6c6e755bc68c6517b21e898744abdeef2d4cb80.zip
Quote :group names.
-rw-r--r--lisp/ps-print.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 75c858fc5cd..7bd12649978 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -1012,7 +1012,7 @@ values, the value should be a string to be inserted into the array.
1012In either case, function or variable, the string value has PostScript 1012In either case, function or variable, the string value has PostScript
1013string delimiters added to it." 1013string delimiters added to it."
1014 :type '(repeat (choice string symbol)) 1014 :type '(repeat (choice string symbol))
1015 :group ps-print-header) 1015 :group 'ps-print-header)
1016(make-variable-buffer-local 'ps-left-header) 1016(make-variable-buffer-local 'ps-left-header)
1017 1017
1018(defcustom ps-right-header 1018(defcustom ps-right-header
@@ -1023,7 +1023,7 @@ This applies to generating Postscript.
1023See the variable `ps-left-header' for a description of the format of 1023See the variable `ps-left-header' for a description of the format of
1024this variable." 1024this variable."
1025 :type '(repeat (choice string symbol)) 1025 :type '(repeat (choice string symbol))
1026 :group ps-print-header) 1026 :group 'ps-print-header)
1027(make-variable-buffer-local 'ps-right-header) 1027(make-variable-buffer-local 'ps-right-header)
1028 1028
1029(defcustom ps-razzle-dazzle t 1029(defcustom ps-razzle-dazzle t