[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 03a1e942c0b: * doc/misc/eieio.texi (Writing Methods): Typo
From: |
Stefan Monnier |
Subject: |
master 03a1e942c0b: * doc/misc/eieio.texi (Writing Methods): Typo |
Date: |
Thu, 3 Oct 2024 13:43:31 -0400 (EDT) |
branch: master
commit 03a1e942c0b116b847832e5aa28e737547ea7f09
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* doc/misc/eieio.texi (Writing Methods): Typo
---
doc/misc/eieio.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index 039588b311d..ec1e6727ff8 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -812,7 +812,7 @@ You do it using Emacs Lisp's built-in support for
CLOS-style generic
functions via the @code{cl-defgeneric} and @code{cl-defmethod} macros
(@pxref{Generic Functions,,,elisp,GNU Emacs Lisp Reference Manual}).
-EIEIO provides one extension to @code{cl-defmethod} to allow mathods to
+EIEIO provides one extension to @code{cl-defmethod} to allow methods to
dispatch on a class argument: so-called ``static'' methods do not depend
on an object instance, but instead operate on a class. You can create
a static method by using the @code{subclass} specializer with
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 03a1e942c0b: * doc/misc/eieio.texi (Writing Methods): Typo,
Stefan Monnier <=