# HG changeset patch # User John Paul Wallington # Date 1212588427 0 # Node ID 635ee5674343e73d297052eb780413e5fc23f8da # Parent dfffc14d8182446eb3381c26cbda8906d9abaeb9 (Fdefmacro): Doc fix. diff -r dfffc14d8182 -r 635ee5674343 src/eval.c --- a/src/eval.c Wed Jun 04 14:04:28 2008 +0000 +++ b/src/eval.c Wed Jun 04 14:07:07 2008 +0000 @@ -706,7 +706,8 @@ and the result should be a form to be evaluated instead of the original. DECL is a declaration, optional, which can specify how to indent -calls to this macro and how Edebug should handle it. It looks like this: +calls to this macro, how Edebug should handle it, and which argument +should be treated as documentation. It looks like this: (declare SPECS...) The elements can look like this: (indent INDENT) @@ -715,6 +716,10 @@ (debug DEBUG) Set NAME's `edebug-form-spec' property to DEBUG. (This is equivalent to writing a `def-edebug-spec' for the macro.) + + (doc-string ELT) + Set NAME's `doc-string-elt' property to ELT. + usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) (args) Lisp_Object args;