diff options
| -rw-r--r-- | lisp/indent.el | 2 |
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. |
| 41 | This function will be called with no arguments. | 41 | This function will be called with no arguments. |
| 42 | If it is called somewhere where auto-indentation cannot be done | 42 | If 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'. |
| 44 | Setting this function is all you need to make TAB indent appropriately. | 44 | Setting this function is all you need to make TAB indent appropriately. |
| 45 | Don't rebind TAB unless you really need to.") | 45 | Don't rebind TAB unless you really need to.") |
| 46 | 46 | ||