]> code.delx.au - gnu-emacs/blobdiff - lisp/indent.el
(quail-show-guidance): Don't create a guidance-frame if current buffer is
[gnu-emacs] / lisp / indent.el
index c76bd738d017d89926d9777658151936ca9b5b94..f942847ec64a81d682e1caef7d57b302609753be 100644 (file)
@@ -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.")