aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/electric.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/electric.el b/lisp/electric.el
index 4a35c1a2a14..57cdff38ed4 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -319,7 +319,7 @@ also include other characters as needed by the major mode; see
319`electric-indent-chars' for the actual list. 319`electric-indent-chars' for the actual list.
320 320
321By \"reindent\" we mean remove any existing indentation, and then 321By \"reindent\" we mean remove any existing indentation, and then
322indent the line accordiung to context and rules of the major mode. 322indent the line according to context and rules of the major mode.
323 323
324This is a global minor mode. To toggle the mode in a single buffer, 324This is a global minor mode. To toggle the mode in a single buffer,
325use `electric-indent-local-mode'." 325use `electric-indent-local-mode'."