diff options
| -rw-r--r-- | lisp/electric.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 319 | `electric-indent-chars' for the actual list. | 319 | `electric-indent-chars' for the actual list. |
| 320 | 320 | ||
| 321 | By \"reindent\" we mean remove any existing indentation, and then | 321 | By \"reindent\" we mean remove any existing indentation, and then |
| 322 | indent the line accordiung to context and rules of the major mode. | 322 | indent the line according to context and rules of the major mode. |
| 323 | 323 | ||
| 324 | This is a global minor mode. To toggle the mode in a single buffer, | 324 | This is a global minor mode. To toggle the mode in a single buffer, |
| 325 | use `electric-indent-local-mode'." | 325 | use `electric-indent-local-mode'." |