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:
parent
4c1fc0f6a8
commit
53c9f0fa7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue