summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2016-01-09 12:50:10 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2016-01-09 12:50:10 -0500
commitb131fb85580f3379d028bbb60dddd138dcbe3c98 (patch)
tree7298c2dd54e6f4107e410f3b4263e601001bd1d5
parentdb3c2a8daaa2a3b887e1b0c5b0aba6f7c0eed752 (diff)
* loading.texi: Add `define-type' entry for load-history
* doc/lispref/loading.texi (Where Defined): Remove incorrect cl-defmethod description, and add missing define-type entry.
-rw-r--r--doc/lispref/loading.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index 2893a6dbff..cb5c7012c1 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -968,11 +968,8 @@ The feature @var{feature} was provided.
@item (cl-defmethod @var{method} @var{specializers})
The named @var{method} was defined by using @code{cl-defmethod}, with
@var{specializers} as its specializers.
-@item (cl-defmethod @var{gfun} t @dots{})
-A generic function @var{gfun} was defined by using
-@code{cl-defgeneric}. The number of @code{t} members of the list
-following @var{gfun} reflects the number of the generic arguments in
-the @var{args} form of the corresponding @code{cl-defgeneric} call.
+@item (define-type . @var{type})
+The type @var{type} was defined.
@end table
The value of @code{load-history} may have one element whose @sc{car} is