From: Glenn Morris Date: Fri, 12 Sep 2008 03:07:25 +0000 (+0000) Subject: (indent-line-function): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~2918 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59b5f3a80dc673fc19707162bad426601fa7ca4a;p=emacs.git (indent-line-function): Doc fix. --- 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 @@ "Function to indent the current line. This function will be called with no arguments. If it is called somewhere where auto-indentation cannot be done -\(f.ex. inside a string), the function should simply return `noindent'. +\(e.g. inside a string), the function should simply return `noindent'. Setting this function is all you need to make TAB indent appropriately. Don't rebind TAB unless you really need to.")