emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 48201ce8de: ; * lisp/electric.el (electric-indent-mode): Fix a


From: Eli Zaretskii
Subject: emacs-28 48201ce8de: ; * lisp/electric.el (electric-indent-mode): Fix a typo.
Date: Sun, 15 May 2022 02:22:18 -0400 (EDT)

branch: emacs-28
commit 48201ce8defa617af0ddf65f3b2ae79e6cf01df6
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 4a35c1a2a1..57cdff38ed 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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]