Variable: texinfo-close-quote
texinfo-close-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 close a quotation.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/texinfo.el.gz
;;;###autoload
(defcustom texinfo-close-quote "''"
"String inserted by typing \\[texinfo-insert-quote] to close a quotation."
:type 'string)