changeset 95543:635ee5674343

(Fdefmacro): Doc fix.
author John Paul Wallington <jpw@pobox.com>
date Wed, 04 Jun 2008 14:07:07 +0000
parents dfffc14d8182
children 11ec12a746ba
files src/eval.c
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;