mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* 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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user