]> code.delx.au - gnu-emacs/commitdiff
* loading.texi: Add `define-type' entry for load-history
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 9 Jan 2016 17:50:10 +0000 (12:50 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 9 Jan 2016 17:50:10 +0000 (12:50 -0500)
* doc/lispref/loading.texi (Where Defined): Remove incorrect
cl-defmethod description, and add missing define-type entry.

doc/lispref/loading.texi

index 2893a6dbff9d67c5c43a963a3cf0a35d92f7f1e9..cb5c7012c165103d612335ebcf1f826eddc8ae31 100644 (file)
@@ -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