; * lisp/electric.el (electric-indent-mode): Fix a typo.
This commit is contained in:
parent
8370caa835
commit
48201ce8de
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ also include other characters as needed by the major mode; see
|
||||||
`electric-indent-chars' for the actual list.
|
`electric-indent-chars' for the actual list.
|
||||||
|
|
||||||
By \"reindent\" we mean remove any existing indentation, and then
|
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,
|
This is a global minor mode. To toggle the mode in a single buffer,
|
||||||
use `electric-indent-local-mode'."
|
use `electric-indent-local-mode'."
|
||||||
|
|
Loading…
Add table
Reference in a new issue