projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8370caa
)
; * lisp/electric.el (electric-indent-mode): Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 May 2022 06:21:36 +0000
(09:21 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 15 May 2022 06:21:36 +0000
(09:21 +0300)
lisp/electric.el
patch
|
blob
|
history
diff --git
a/lisp/electric.el
b/lisp/electric.el
index 4a35c1a2a144e65d8d096b5258ea2ce0dda2e91f..57cdff38ed4595543a17be63118e30cc600ae570 100644
(file)
--- 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 accordi
u
ng 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'."