1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

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

This commit is contained in:
Dave Love 2001-02-07 23:42:10 +00:00
parent 4c1fc0f6a8
commit 53c9f0fa7d

View file

@ -129,7 +129,7 @@ and print the result."
(defcustom print-region-function nil
"Function to call to print the region on a printer.
See definition of `print-region-1' for calling conventions."
:type 'function
:type '(choice (const nil) function)
:group 'lpr)
(defcustom lpr-page-header-program "pr"