# HG changeset patch # User Glenn Morris # Date 1221188845 0 # Node ID 0db3bd4aa48f0a134d33f4e35006dc75cc0546ff # Parent ece01493dfe3136e2e3c9b07301275e94b9f3036 (indent-line-function): Doc fix. diff -r ece01493dfe3 -r 0db3bd4aa48f lisp/indent.el --- a/lisp/indent.el Fri Sep 12 03:06:16 2008 +0000 +++ b/lisp/indent.el Fri Sep 12 03:07:25 2008 +0000 @@ -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.")