Mention `lisp-indent-function' in the lispref manual

* doc/lispref/macros.texi (Indenting Macros): Mention
`lisp-indent-function' (bug#3393).
This commit is contained in:
Lars Ingebrigtsen 2016-04-27 20:48:30 +02:00
parent 123191decb
commit a1627691a8

View file

@ -594,6 +594,11 @@ calls to the macro. An indentation specification is written like this:
(declare (indent @var{indent-spec}))
@end example
@noindent
@cindex @code{lisp-indent-function} property
This results in the @code{lisp-indent-function} property being set on
the macro name.
@noindent
Here are the possibilities for @var{indent-spec}: