From: Stefan Monnier Date: Sat, 9 Jan 2016 17:50:10 +0000 (-0500) Subject: * loading.texi: Add `define-type' entry for load-history X-Git-Tag: emacs-25.0.90~224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b131fb8;p=emacs.git * 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. --- diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 2893a6dbff9..cb5c7012c16 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