Fix a typo in doc string of electric-indent-functions-without-reindent
* lisp/electric.el (electric-indent-functions-without-reindent): Doc fix. (Bug#29304)
This commit is contained in:
parent
319c2de9da
commit
4c21d04057
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ Python does not lend itself to fully automatic indentation.")
|
|||
haskell-indentation-indent-line haskell-indent-cycle haskell-simple-indent
|
||||
yaml-indent-line)
|
||||
"List of indent functions that can't reindent.
|
||||
If `line-indent-function' is one of those, then `electric-indent-mode' will
|
||||
If `indent-line-function' is one of those, then `electric-indent-mode' will
|
||||
not try to reindent lines. It is normally better to make the major
|
||||
mode set `electric-indent-inhibit', but this can be used as a workaround.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue