diff options
author | Dave Love <fx@gnu.org> | 2001-02-07 23:43:05 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-02-07 23:43:05 +0000 |
commit | 942a1d58ad4511df8e92bc5ca91a4c21c4537076 (patch) | |
tree | bdef282a9deb9e76835dd76173fbf1f9f7ea2e40 /lisp/ps-print.el | |
parent | 53c9f0fa7d66910f0c38b5e02cc6f2c43913f89a (diff) | |
download | emacs-942a1d58ad4511df8e92bc5ca91a4c21c4537076.tar.gz |
(ps-print-region-function): Fix :type.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 18e463ded6e..502ded397fd 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1654,7 +1654,7 @@ an explicit filename is given as the last argument." "*Specify a function to print the region on a PostScript printer. See definition of `call-process-region' for calling conventions. The fourth and the sixth arguments are both nil." - :type 'function + :type '(choice (const nil) function) :group 'ps-print-printer) (defcustom ps-manual-feed nil |