diff options
| -rw-r--r-- | doc/lispref/loading.texi | 7 |
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}) |
| 969 | The named @var{method} was defined by using @code{cl-defmethod}, with | 969 | The 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}) |
| 972 | A generic function @var{gfun} was defined by using | 972 | The type @var{type} was defined. |
| 973 | @code{cl-defgeneric}. The number of @code{t} members of the list | ||
| 974 | following @var{gfun} reflects the number of the generic arguments in | ||
| 975 | the @var{args} form of the corresponding @code{cl-defgeneric} call. | ||
| 976 | @end table | 973 | @end table |
| 977 | 974 | ||
| 978 | The value of @code{load-history} may have one element whose @sc{car} is | 975 | The value of @code{load-history} may have one element whose @sc{car} is |