aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2016-01-09 12:50:10 -0500
committerStefan Monnier2016-01-09 12:50:10 -0500
commitb131fb85580f3379d028bbb60dddd138dcbe3c98 (patch)
tree7298c2dd54e6f4107e410f3b4263e601001bd1d5
parentdb3c2a8daaa2a3b887e1b0c5b0aba6f7c0eed752 (diff)
downloademacs-b131fb85580f3379d028bbb60dddd138dcbe3c98.tar.gz
emacs-b131fb85580f3379d028bbb60dddd138dcbe3c98.zip
* 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.
-rw-r--r--doc/lispref/loading.texi7
1 files changed, 2 insertions, 5 deletions
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.
968@item (cl-defmethod @var{method} @var{specializers}) 968@item (cl-defmethod @var{method} @var{specializers})
969The named @var{method} was defined by using @code{cl-defmethod}, with 969The named @var{method} was defined by using @code{cl-defmethod}, with
970@var{specializers} as its specializers. 970@var{specializers} as its specializers.
971@item (cl-defmethod @var{gfun} t @dots{}) 971@item (define-type . @var{type})
972A generic function @var{gfun} was defined by using 972The type @var{type} was defined.
973@code{cl-defgeneric}. The number of @code{t} members of the list
974following @var{gfun} reflects the number of the generic arguments in
975the @var{args} form of the corresponding @code{cl-defgeneric} call.
976@end table 973@end table
977 974
978The value of @code{load-history} may have one element whose @sc{car} is 975The value of @code{load-history} may have one element whose @sc{car} is