From 48201ce8defa617af0ddf65f3b2ae79e6cf01df6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 15 May 2022 09:21:36 +0300 Subject: [PATCH] ; * lisp/electric.el (electric-indent-mode): Fix a typo. --- lisp/electric.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `electric-indent-chars' for the actual list. By \"reindent\" we mean remove any existing indentation, and then -indent the line accordiung to context and rules of the major mode. +indent the line according to context and rules of the major mode. This is a global minor mode. To toggle the mode in a single buffer, use `electric-indent-local-mode'." -- 2.39.2