From: Lars Magne Ingebrigtsen Date: Sat, 7 Jan 2012 05:48:06 +0000 (+0100) Subject: * macros.texi (Defining Macros): Document `doc-string'. X-Git-Tag: emacs-pretest-24.0.93~97^2~55^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d027f83d9c8be31bde6240e0730c9ad7a2184a5d;p=emacs.git * macros.texi (Defining Macros): Document `doc-string'. Fixes: debbugs:9668 --- 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