Variable: electric-quote-string
electric-quote-string is a customizable variable defined in
electric.el.gz.
Value
nil
Documentation
Non-nil means electric-quote-mode(var)/electric-quote-mode(fun) acts in program strings.
Otherwise, the mode leaves program strings alone.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/electric.el.gz
(defcustom electric-quote-string nil
"Non-nil means `electric-quote-mode' acts in program strings.
Otherwise, the mode leaves program strings alone."
:version "25.1"
:type 'boolean :safe 'booleanp :group 'electricity)