Variable: texinfo-open-quote

texinfo-open-quote is a customizable variable defined in texinfo.el.gz.

Value

"``"

Documentation

String inserted by typing M-x texinfo-insert-quote (texinfo-insert-quote) to open a quotation.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
;;;###autoload
(defcustom texinfo-open-quote "``"
  "String inserted by typing \\[texinfo-insert-quote] to open a quotation."
  :type 'string)