From 9dfcbf0262305eb3dfd394fb67891ef2c05fcd7f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 9 Jan 2016 10:55:35 +0200 Subject: [PATCH] Update 'load-history' docs * doc/lispref/loading.texi (Where Defined): Update the list of forms in 'load-history' by adding the forms created for the 'cl-generic' generics. (Bug#21422) --- doc/lispref/loading.texi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 0a01162063b..2893a6dbff9 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -965,6 +965,14 @@ The face @var{face} was defined. The feature @var{feature} was required. @item (provide . @var{feature}) 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. @end table The value of @code{load-history} may have one element whose @sc{car} is -- 2.39.5