Variable: electric-quote-comment

electric-quote-comment is a customizable variable defined in electric.el.gz.

Value

t

Documentation

Non-nil means electric-quote-mode(var)/electric-quote-mode(fun) acts in program comments.

Otherwise, the mode leaves program comments alone.

This variable was added, or its default value changed, in Emacs 25.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/electric.el.gz
;;; Electric quoting.

(defcustom electric-quote-comment t
  "Non-nil means `electric-quote-mode' acts in program comments.
Otherwise, the mode leaves program comments alone."
  :version "25.1"
  :type 'boolean :safe 'booleanp :group 'electricity)