aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/indent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index 697c72dfd88..81bc00af63d 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -37,7 +37,7 @@
37 :group 'indent 37 :group 'indent
38 :type 'integer) 38 :type 'integer)
39 39
40(defvar indent-line-function 'indent-to-left-margin 40(defvar indent-line-function 'indent-relative
41 "Function to indent the current line. 41 "Function to indent the current line.
42This function will be called with no arguments. 42This function will be called with no arguments.
43If it is called somewhere where auto-indentation cannot be done 43If it is called somewhere where auto-indentation cannot be done