aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/macros.texi5
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
599This results in the @code{lisp-indent-function} property being set on
600the macro name.
601
602@noindent
598Here are the possibilities for @var{indent-spec}: 603Here are the possibilities for @var{indent-spec}:
599 604
600@table @asis 605@table @asis