From d027f83d9c8be31bde6240e0730c9ad7a2184a5d Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 7 Jan 2012 06:48:06 +0100 Subject: [PATCH] * macros.texi (Defining Macros): Document `doc-string'. Fixes: debbugs:9668 --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/macros.texi | 3 +++ 2 files changed, 7 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1365e016cca..3758c3e97b0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-01-07 Lars Magne Ingebrigtsen + + * macros.texi (Defining Macros): Document `doc-string' (bug#9668). + 2012-01-06 Chong Yidong * variables.texi (Directory Local Variables): Document 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 -- 2.39.2