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 c76bd738d01..f942847ec64 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -40,7 +40,7 @@
40 "Function to indent the current line. 40 "Function to indent the current line.
41This function will be called with no arguments. 41This function will be called with no arguments.
42If it is called somewhere where auto-indentation cannot be done 42If it is called somewhere where auto-indentation cannot be done
43\(f.ex. inside a string), the function should simply return `noindent'. 43\(e.g. inside a string), the function should simply return `noindent'.
44Setting this function is all you need to make TAB indent appropriately. 44Setting this function is all you need to make TAB indent appropriately.
45Don't rebind TAB unless you really need to.") 45Don't rebind TAB unless you really need to.")
46 46