Variable: texinfo-delete-from-print-queue-command
texinfo-delete-from-print-queue-command is a customizable variable
defined in texinfo.el.gz.
Value
"lprm"
Documentation
Command string used to delete a job from the line printer queue.
Command is used by M-x texinfo-delete-from-print-queue (texinfo-delete-from-print-queue) based on
number provided by a previous M-x tex-show-print-queue (tex-show-print-queue)
command.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
(defcustom texinfo-delete-from-print-queue-command "lprm"
"Command string used to delete a job from the line printer queue.
Command is used by \\[texinfo-delete-from-print-queue] based on
number provided by a previous \\[tex-show-print-queue]
command."
:type 'string)