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:
parent
53c9f0fa7d
commit
942a1d58ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user