1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(ps-print-region-function): Fix :type.

This commit is contained in:
Dave Love 2001-02-07 23:43:05 +00:00
parent 53c9f0fa7d
commit 942a1d58ad

View File

@ -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