Merge pull request #1638 from danielkoning/defadvice-argument-name-fix

Correct argument name in `defadvice!' docstring
This commit is contained in:
Henrik Lissner 2019-08-06 14:20:43 -04:00 committed by GitHub
commit 213cc55661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -461,7 +461,7 @@ writes to `standard-output'."
;;; Definers
(defmacro defadvice! (symbol arglist &optional docstring &rest body)
"Define an advice called NAME and add it to PLACES.
"Define an advice called SYMBOL and add it to PLACES.
ARGLIST is as in `defun'. WHERE is a keyword as passed to `advice-add', and
PLACE is the function to which to add the advice, like in `advice-add'.