From a1627691a896b2afaa264f93534178bc763564c9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 27 Apr 2016 20:48:30 +0200 Subject: [PATCH] Mention `lisp-indent-function' in the lispref manual * doc/lispref/macros.texi (Indenting Macros): Mention `lisp-indent-function' (bug#3393). --- doc/lispref/macros.texi | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -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}: -- 2.39.2