summaryrefslogtreecommitdiff
path: root/doc/lispref/macros.texi
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2012-01-07 06:48:06 +0100
committerLars Magne Ingebrigtsen <larsi@gnus.org>2012-01-07 06:48:06 +0100
commitd027f83d9c8be31bde6240e0730c9ad7a2184a5d (patch)
tree94ff46110955ed71a8c45543ed993b269da5aa5a /doc/lispref/macros.texi
parentf186bb958a58b82ba40888914a1b1328225af284 (diff)
downloademacs-d027f83d9c8be31bde6240e0730c9ad7a2184a5d.tar.gz
* macros.texi (Defining Macros): Document `doc-string'.
Fixes: debbugs:9668
Diffstat (limited to 'doc/lispref/macros.texi')
-rw-r--r--doc/lispref/macros.texi3
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