From: Eli Zaretskii Date: Sun, 15 May 2022 06:21:36 +0000 (+0300) Subject: ; * lisp/electric.el (electric-indent-mode): Fix a typo. X-Git-Tag: emacs-28.1.90~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48201ce8de;p=emacs.git ; * lisp/electric.el (electric-indent-mode): Fix a typo. --- 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'."