summaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2008-06-04 14:07:53 +0000
committerJohn Paul Wallington <jpw@pobox.com>2008-06-04 14:07:53 +0000
commit4ba5063490ddcadfa35b49675b76c2b67b37b984 (patch)
tree918243e1314b0bd7561ab09c342331210bda4b32 /src/eval.c
parentfe4f86953e1dd494ca50c10cae4706fa21caf7c5 (diff)
downloademacs-4ba5063490ddcadfa35b49675b76c2b67b37b984.tar.gz
(Fdefmacro): Doc fix.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 076ac91cb6f..e1e0a476662 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -706,7 +706,8 @@ the list ARGS... as it appears in the expression,
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 @@ The elements can look like this:
(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;