Variable: texinfo-region-buffer-name

texinfo-region-buffer-name is a variable defined in texinfmt.el.gz.

Value

"*Info Region*"

Documentation

Name of the temporary buffer used by M-x texinfo-format-region (texinfo-format-region).

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfmt.el.gz
(defvar texinfo-region-buffer-name "*Info Region*"
  "Name of the temporary buffer used by \\[texinfo-format-region].")