aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-23 17:27:36 +0000
committerEli Zaretskii2001-11-23 17:27:36 +0000
commitb771b258d10aae91a3066d271e4a68c34f41d0e5 (patch)
tree8387fe439bb3beb5fa2fba7d53deff726fe0145c
parentdcf91c25dcb2fc3e61b0307a9f6ee05e1e976f3c (diff)
downloademacs-b771b258d10aae91a3066d271e4a68c34f41d0e5.tar.gz
emacs-b771b258d10aae91a3066d271e4a68c34f41d0e5.zip
(Lisp Indent): Add index entry for lisp-indent-function.
-rw-r--r--man/programs.texi1
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}
480additional columns beyond the open-parenthesis that starts the 480additional columns beyond the open-parenthesis that starts the
481expression. 481expression.
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
484functions, according to the @code{lisp-indent-function} property of the 485functions, according to the @code{lisp-indent-function} property of the
485function name. There are four possibilities for this property: 486function name. There are four possibilities for this property: