]> code.delx.au - gnu-emacs/commitdiff
* macros.texi (Defining Macros): Document `doc-string'.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 7 Jan 2012 05:48:06 +0000 (06:48 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 7 Jan 2012 05:48:06 +0000 (06:48 +0100)
Fixes: debbugs:9668
doc/lispref/ChangeLog
doc/lispref/macros.texi

index 1365e016ccaa3440263399ab89ab6c19e63193d2..3758c3e97b08f19ed2f0e88b69c014cbb6d29a33 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
+
 2012-01-06  Chong Yidong  <cyd@gnu.org>
 
        * variables.texi (Directory Local Variables): Document
index 1e4dfa5419179e191ac929a02e635ead2062f1a6..a8b941bba89c2dd1308560ce2b1402cf1cad3fcb 100644 (file)
@@ -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