aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-27 20:48:30 +0200
committerLars Ingebrigtsen2016-04-27 20:48:30 +0200
commita1627691a896b2afaa264f93534178bc763564c9 (patch)
treec73ba9c07d38107e542889f09485c8582cb8d8ee /doc
parent123191decb7428db3b32a6c01631fa755088393a (diff)
downloademacs-a1627691a896b2afaa264f93534178bc763564c9.tar.gz
emacs-a1627691a896b2afaa264f93534178bc763564c9.zip
Mention `lisp-indent-function' in the lispref manual
* doc/lispref/macros.texi (Indenting Macros): Mention `lisp-indent-function' (bug#3393).
Diffstat (limited to 'doc')
-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