diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-01-07 06:48:06 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-01-07 06:48:06 +0100 |
commit | d027f83d9c8be31bde6240e0730c9ad7a2184a5d (patch) | |
tree | 94ff46110955ed71a8c45543ed993b269da5aa5a /doc/lispref/macros.texi | |
parent | f186bb958a58b82ba40888914a1b1328225af284 (diff) | |
download | emacs-d027f83d9c8be31bde6240e0730c9ad7a2184a5d.tar.gz emacs-d027f83d9c8be31bde6240e0730c9ad7a2184a5d.tar.bz2 emacs-d027f83d9c8be31bde6240e0730c9ad7a2184a5d.zip |
* macros.texi (Defining Macros): Document `doc-string'.
Fixes: debbugs:9668
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r-- | doc/lispref/macros.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi index 1e4dfa54191..a8b941bba89 100644 --- a/doc/lispref/macros.texi +++ b/doc/lispref/macros.texi @@ -239,6 +239,9 @@ Specify how to step through macro calls for Edebug. @item (indent @var{indent-spec}) Specify how to indent calls to this macro. @xref{Indenting Macros}, for more details. + +@item (doc-string @var{number}) +Specify which element of the macro is the doc string, if any. @end table A @code{declare} form only has its special effect in the body of a |