]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `lisp-indent-function' in the lispref manual
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Apr 2016 18:48:30 +0000 (20:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 May 2016 17:27:07 +0000 (19:27 +0200)
* doc/lispref/macros.texi (Indenting Macros): Mention
`lisp-indent-function' (bug#3393).

(cherry picked from commit a1627691a896b2afaa264f93534178bc763564c9)

doc/lispref/macros.texi

index 3f9db8ce3756ff37fcbb23a657f58a9aaee9ee1f..6472bd1b03afd893ceb368ecec4df6476a29547b 100644 (file)
@@ -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}: