Variable: electric-quote-comment
electric-quote-comment is a customizable variable defined in
electric.el.gz.
Value
t
Documentation
Non-nil means to use electric quoting in program comments.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/electric.el.gz
;;; Electric quoting.
(defcustom electric-quote-comment t
"Non-nil means to use electric quoting in program comments."
:version "25.1"
:type 'boolean :safe 'booleanp :group 'electricity)