From: Stefan Monnier Date: Thu, 3 Oct 2024 17:43:25 +0000 (-0400) Subject: * doc/misc/eieio.texi (Writing Methods): Typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78ad1d83e0b6ad879535c85f1e1d838e7f84ad5d;p=emacs.git * doc/misc/eieio.texi (Writing Methods): Typo (cherry picked from commit 03a1e942c0b116b847832e5aa28e737547ea7f09) --- 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