* 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.
This commit is contained in:
parent
db3c2a8daa
commit
b131fb8558
1 changed files with 2 additions and 5 deletions
|
@ -968,11 +968,8 @@ The feature @var{feature} was provided.
|
||||||
@item (cl-defmethod @var{method} @var{specializers})
|
@item (cl-defmethod @var{method} @var{specializers})
|
||||||
The named @var{method} was defined by using @code{cl-defmethod}, with
|
The named @var{method} was defined by using @code{cl-defmethod}, with
|
||||||
@var{specializers} as its specializers.
|
@var{specializers} as its specializers.
|
||||||
@item (cl-defmethod @var{gfun} t @dots{})
|
@item (define-type . @var{type})
|
||||||
A generic function @var{gfun} was defined by using
|
The type @var{type} was defined.
|
||||||
@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.
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
The value of @code{load-history} may have one element whose @sc{car} is
|
The value of @code{load-history} may have one element whose @sc{car} is
|
||||||
|
|
Loading…
Add table
Reference in a new issue