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: @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}: @table @asis |