diff options
| author | Glenn Morris | 2008-09-12 03:07:25 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-09-12 03:07:25 +0000 |
| commit | 59b5f3a80dc673fc19707162bad426601fa7ca4a (patch) | |
| tree | 4e096b489b07762aa1881a5a5bff94b916fea76f | |
| parent | 12f0a4d629da10932a94c6fd002f08374a449738 (diff) | |
| download | emacs-59b5f3a80dc673fc19707162bad426601fa7ca4a.tar.gz emacs-59b5f3a80dc673fc19707162bad426601fa7ca4a.zip | |
(indent-line-function): Doc fix.
| -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 | ||