emacs-diffs
[Top][All Lists]
Advanced

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

master e00623c: Fix wording in eieio.texi (Generics)


From: Lars Ingebrigtsen
Subject: master e00623c: Fix wording in eieio.texi (Generics)
Date: Sun, 5 Dec 2021 16:03:41 -0500 (EST)

branch: master
commit e00623c5bd13b62d9a54935f744c2ad2afc718b7
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix wording in eieio.texi (Generics)
    
    * doc/misc/eieio.texi (Generics): Fix wording in paragraph
    (bug#52317).
---
 doc/misc/eieio.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 8a4b914..c8d488d 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -856,11 +856,12 @@ You can also create a generic method with 
@code{cl-defmethod}
 (@pxref{Methods}).  When a method is created and there is no generic
 method in place with that name, then a new generic will be created,
 and the new method will use it.
-@end defmac
 
-In CLOS, a generic call also be used to provide an argument list and
-dispatch precedence for all the arguments.  In @eieio{}, dispatching
-only occurs for the first argument, so the @var{arglist} is not used.
+In CLOS, a generic method can also be used to provide an argument list
+and dispatch precedence for all the arguments.  In @eieio{},
+dispatching only occurs for the first argument, so the @var{arglist}
+is not used.
+@end defmac
 
 @node Methods
 @section Methods



reply via email to

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