Mention `lisp-indent-function' in the lispref manual
* doc/lispref/macros.texi (Indenting Macros): Mention
`lisp-indent-function' (bug#3393).
(cherry picked from commit a1627691a8
)
This commit is contained in:
parent
9bd2af866b
commit
3fc1ed8e01
1 changed files with 5 additions and 0 deletions
|
@ -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}:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue