Variable: electric-indent-chars

electric-indent-chars is a variable defined in electric.el.gz.

Value

(10)

Documentation

Characters that can cause electric-indent-mode(var)/electric-indent-mode(fun) to reindent.

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/electric.el.gz
;; Autoloading variables is generally undesirable, but major modes
;; should usually set this variable by adding elements to the default
;; value, which only works well if the variable is preloaded.
;;;###autoload
(defvar electric-indent-chars '(?\n)
  "Characters that can cause `electric-indent-mode' to reindent.")