emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 4c21d04: Fix a typo in doc string of electric-ind


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 4c21d04: Fix a typo in doc string of electric-indent-functions-without-reindent
Date: Sat, 18 Nov 2017 06:47:15 -0500 (EST)

branch: emacs-26
commit 4c21d04057d5f4f801d57e8aa2ffdab834ddc48a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in doc string of electric-indent-functions-without-reindent
    
    * lisp/electric.el (electric-indent-functions-without-reindent):
    Doc fix.  (Bug#29304)
---
 lisp/electric.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/electric.el b/lisp/electric.el
index d792994..5ce7474 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -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.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]