1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2024-10-27 07:49:32 +01:00
parent bd2b064438
commit 67a27ff53b
14 changed files with 19 additions and 20 deletions

View file

@ -584,7 +584,7 @@ of the piece of advice."
;;;###autoload
(defmacro define-advice (symbol args &rest body)
"Define an advice and add it to function named SYMBOL.
See `advice-add' and `add-function' for explanation on the
See `advice-add' and `add-function' for explanation of the
arguments. If NAME is non-nil, the advice is named `SYMBOL@NAME'
and installed with the name NAME; otherwise, the advice is anonymous.