aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-09-12 03:07:25 +0000
committerGlenn Morris2008-09-12 03:07:25 +0000
commit59b5f3a80dc673fc19707162bad426601fa7ca4a (patch)
tree4e096b489b07762aa1881a5a5bff94b916fea76f
parent12f0a4d629da10932a94c6fd002f08374a449738 (diff)
downloademacs-59b5f3a80dc673fc19707162bad426601fa7ca4a.tar.gz
emacs-59b5f3a80dc673fc19707162bad426601fa7ca4a.zip
(indent-line-function): Doc fix.
-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