]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in doc string of electric-indent-functions-without-reindent
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Nov 2017 11:46:13 +0000 (13:46 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Nov 2017 11:46:13 +0000 (13:46 +0200)
* lisp/electric.el (electric-indent-functions-without-reindent):
Doc fix.  (Bug#29304)

lisp/electric.el

index d7929945db20ec56de469b53e118493f45b66197..5ce747410b627c36019d5ad2e99d415bb69d5916 100644 (file)
@@ -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.")