emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 9dfcbf0: Update 'load-history' docs


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 9dfcbf0: Update 'load-history' docs
Date: Sat, 09 Jan 2016 08:56:44 +0000

branch: emacs-25
commit 9dfcbf0262305eb3dfd394fb67891ef2c05fcd7f
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index 0a01162..2893a6d 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.
address@hidden (cl-defmethod @var{method} @var{specializers})
+The named @var{method} was defined by using @code{cl-defmethod}, with
address@hidden 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.
 @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]