diff options
| -rw-r--r-- | doc/lispref/macros.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 3f9db8ce375..6472bd1b03a 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi | |||
| @@ -595,6 +595,11 @@ calls to the macro. An indentation specification is written like this: | |||
| 595 | @end example | 595 | @end example |
| 596 | 596 | ||
| 597 | @noindent | 597 | @noindent |
| 598 | @cindex @code{lisp-indent-function} property | ||
| 599 | This results in the @code{lisp-indent-function} property being set on | ||
| 600 | the macro name. | ||
| 601 | |||
| 602 | @noindent | ||
| 598 | Here are the possibilities for @var{indent-spec}: | 603 | Here are the possibilities for @var{indent-spec}: |
| 599 | 604 | ||
| 600 | @table @asis | 605 | @table @asis |