diff options
| author | Simon Marshall <simon@gnu.org> | 1997-05-06 13:54:06 +0000 |
|---|---|---|
| committer | Simon Marshall <simon@gnu.org> | 1997-05-06 13:54:06 +0000 |
| commit | a6c6e755bc68c6517b21e898744abdeef2d4cb80 (patch) | |
| tree | a94f522583742623081ee743ce84919911a95758 | |
| parent | 1fa68f218e08d2e1e8ccd54d0061d3012461e46e (diff) | |
| download | emacs-a6c6e755bc68c6517b21e898744abdeef2d4cb80.tar.gz | |
Quote :group names.
| -rw-r--r-- | lisp/ps-print.el | 4 |
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. In either case, function or variable, the string value has PostScript string delimiters added to it." :type '(repeat (choice string symbol)) - :group ps-print-header) + :group 'ps-print-header) (make-variable-buffer-local 'ps-left-header) (defcustom ps-right-header @@ -1023,7 +1023,7 @@ This applies to generating Postscript. See the variable `ps-left-header' for a description of the format of this variable." :type '(repeat (choice string symbol)) - :group ps-print-header) + :group 'ps-print-header) (make-variable-buffer-local 'ps-right-header) (defcustom ps-razzle-dazzle t |
