diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2016-04-27 20:48:30 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2016-05-01 19:27:07 +0200 |
commit | 3fc1ed8e010fdb8c98ee2aed54f39f7bb52fb2cc (patch) | |
tree | 209254041d4efb863c2cc4ceaebbecd678b3ebd6 /doc/lispref/macros.texi | |
parent | 9bd2af866badb59801dd3a81ff63a42a9f8ad97f (diff) | |
download | emacs-3fc1ed8e010fdb8c98ee2aed54f39f7bb52fb2cc.tar.gz emacs-3fc1ed8e010fdb8c98ee2aed54f39f7bb52fb2cc.tar.bz2 emacs-3fc1ed8e010fdb8c98ee2aed54f39f7bb52fb2cc.zip |
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)
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r-- | doc/lispref/macros.texi | 5 |
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: @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}: @table @asis |