* macros.texi (Defining Macros): Document `doc-string'.
Fixes: debbugs:9668
This commit is contained in:
parent
f186bb958a
commit
d027f83d9c
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue