Variable: pr-txt-name

pr-txt-name is a customizable variable defined in printing.el.gz.

Value

default

Documentation

Specify a printer for printing a text file.

The printer name symbol should be defined on pr-txt-printer-alist (see it for documentation).

This variable should be modified by customization engine. If this variable is modified by other means (for example, a Lisp function), use pr-update-menus function (see it for documentation) to update text printer menu.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defcustom pr-txt-name 'default
  "Specify a printer for printing a text file.

The printer name symbol should be defined on `pr-txt-printer-alist' (see it for
documentation).

This variable should be modified by customization engine.  If this variable is
modified by other means (for example, a Lisp function), use `pr-update-menus'
function (see it for documentation) to update text printer menu."
  :type 'symbol
  :set 'pr-txt-name-custom-set)