changeset 98147:0db3bd4aa48f

(indent-line-function): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 Sep 2008 03:07:25 +0000
parents ece01493dfe3
children 7f34c3de8f96
files lisp/indent.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")