From 2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Tue, 21 Apr 2020 10:51:45 +0200 Subject: ; Fix some typos in doc strings and manuals --- lisp/emacs-lisp/cl-generic.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/cl-generic.el') diff --git a/lisp/emacs-lisp/cl-generic.el b/lisp/emacs-lisp/cl-generic.el index f5b8c7b662f..31aa0cb4f9c 100644 --- a/lisp/emacs-lisp/cl-generic.el +++ b/lisp/emacs-lisp/cl-generic.el @@ -438,7 +438,7 @@ Presumes point is at the end of the `cl-defmethod' symbol." ;;;###autoload (defmacro cl-defmethod (name args &rest body) "Define a new method for generic function NAME. -This it defines an implementation of NAME to use for invocations +This defines an implementation of NAME to use for invocations of specific types of arguments. ARGS is a list of dispatch arguments (see `cl-defun'), but where -- cgit v1.2.3