diff options
| author | Eli Zaretskii | 2001-11-23 17:27:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-23 17:27:36 +0000 |
| commit | b771b258d10aae91a3066d271e4a68c34f41d0e5 (patch) | |
| tree | 8387fe439bb3beb5fa2fba7d53deff726fe0145c | |
| parent | dcf91c25dcb2fc3e61b0307a9f6ee05e1e976f3c (diff) | |
| download | emacs-b771b258d10aae91a3066d271e4a68c34f41d0e5.tar.gz emacs-b771b258d10aae91a3066d271e4a68c34f41d0e5.zip | |
(Lisp Indent): Add index entry for lisp-indent-function.
| -rw-r--r-- | man/programs.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/programs.texi b/man/programs.texi index 43a6233b0cf..1b3fc6af99c 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -480,6 +480,7 @@ a @dfn{body}, by indenting the second line @code{lisp-body-indent} | |||
| 480 | additional columns beyond the open-parenthesis that starts the | 480 | additional columns beyond the open-parenthesis that starts the |
| 481 | expression. | 481 | expression. |
| 482 | 482 | ||
| 483 | @cindex @code{lisp-indent-function} property | ||
| 483 | You can override the standard pattern in various ways for individual | 484 | You can override the standard pattern in various ways for individual |
| 484 | functions, according to the @code{lisp-indent-function} property of the | 485 | functions, according to the @code{lisp-indent-function} property of the |
| 485 | function name. There are four possibilities for this property: | 486 | function name. There are four possibilities for this property: |