]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/eieio.texi (Writing Methods): Typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 3 Oct 2024 17:43:25 +0000 (13:43 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:11:19 +0000 (12:11 +0200)
(cherry picked from commit 03a1e942c0b116b847832e5aa28e737547ea7f09)

doc/misc/eieio.texi

index 039588b311df558cc4f2d9767b46483d0db5c36b..ec1e6727ff886357a1166fd378484ba37eee0e8c 100644 (file)
@@ -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