From: Lars Ingebrigtsen Date: Wed, 27 Apr 2016 18:48:30 +0000 (+0200) Subject: Mention `lisp-indent-function' in the lispref manual X-Git-Tag: emacs-25.0.94~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fc1ed8e010fdb8c98ee2aed54f39f7bb52fb2cc;p=emacs.git Mention `lisp-indent-function' in the lispref manual * doc/lispref/macros.texi (Indenting Macros): Mention `lisp-indent-function' (bug#3393). (cherry picked from commit a1627691a896b2afaa264f93534178bc763564c9) --- 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}: