; Fix some typos in doc strings and manuals

This commit is contained in:
Štěpán Němec 2020-04-21 10:51:45 +02:00
parent af464e4380
commit 2c2dfbbbf0
12 changed files with 23 additions and 23 deletions

View file

@ -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