]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix wording in eieio.texi (Generics)
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 21:03:24 +0000 (22:03 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Dec 2021 21:03:24 +0000 (22:03 +0100)
* doc/misc/eieio.texi (Generics): Fix wording in paragraph
(bug#52317).

doc/misc/eieio.texi

index 8a4b914687cfd28be65ce6e8e0cb03f82c4e1838..c8d488d6edb7af024ce60b5ed1b27949c6b4ed8f 100644 (file)
@@ -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