diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-04-21 10:51:45 +0200 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2021-04-24 18:26:07 +0200 |
commit | 2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c (patch) | |
tree | 83770ac6ffa9d9530fc1d10a50e89140962c20be /lisp/emacs-lisp/cl-generic.el | |
parent | af464e438004698865eafc1b871d4316cfcd8dad (diff) | |
download | emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.gz emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.tar.bz2 emacs-2c2dfbbbf052353d3d64109e9b7e3d9b247d1e3c.zip |
; Fix some typos in doc strings and manuals
Diffstat (limited to 'lisp/emacs-lisp/cl-generic.el')
-rw-r--r-- | lisp/emacs-lisp/cl-generic.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |