emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 b131fb8: * loading.texi: Add `define-type' entry


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-25 b131fb8: * loading.texi: Add `define-type' entry for load-history
Date: Sat, 09 Jan 2016 17:50:14 +0000

branch: emacs-25
commit b131fb85580f3379d028bbb60dddd138dcbe3c98
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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.
---
 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 2893a6d..cb5c701 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.
address@hidden (cl-defmethod @var{gfun} t @dots{})
-A generic function @var{gfun} was defined by using
address@hidden  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.
address@hidden (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]