diff options
| author | Lars Ingebrigtsen | 2016-04-27 20:48:30 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-27 20:48:30 +0200 |
| commit | a1627691a896b2afaa264f93534178bc763564c9 (patch) | |
| tree | c73ba9c07d38107e542889f09485c8582cb8d8ee /doc | |
| parent | 123191decb7428db3b32a6c01631fa755088393a (diff) | |
| download | emacs-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.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: | |||
| 595 | @end example | 595 | @end example |
| 596 | 596 | ||
| 597 | @noindent | 597 | @noindent |
| 598 | @cindex @code{lisp-indent-function} property | ||
| 599 | This results in the @code{lisp-indent-function} property being set on | ||
| 600 | the macro name. | ||
| 601 | |||
| 602 | @noindent | ||
| 598 | Here are the possibilities for @var{indent-spec}: | 603 | Here are the possibilities for @var{indent-spec}: |
| 599 | 604 | ||
| 600 | @table @asis | 605 | @table @asis |