diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-10-27 08:23:06 -0400 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-10-27 08:23:06 -0400 |
commit | aeaeccbe3219c655b091fa3867c87b02b6289a1b (patch) | |
tree | 2a685cfbffd88b9ec0d44583c661984abfdeaf76 /lisp/emacs-lisp | |
parent | c5b410d6120b62f14664cb06715689b6a0505ca5 (diff) | |
parent | c78b4d2b31d9b763aa506d8498f70b3e651bbbf5 (diff) | |
download | emacs-aeaeccbe3219c655b091fa3867c87b02b6289a1b.tar.gz emacs-aeaeccbe3219c655b091fa3867c87b02b6289a1b.tar.bz2 emacs-aeaeccbe3219c655b091fa3867c87b02b6289a1b.zip |
Merge from origin/emacs-30
c78b4d2b31d Fix doc string of 'wdired-use-dired-vertical-movement'
b0aaee93fde Update the documentation of void functions
299a1f24075 ; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar...
67a27ff53bf ; Fix typos
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/nadvice.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el index 36df143a82a..ac9254c867a 100644 --- a/lisp/emacs-lisp/nadvice.el +++ b/lisp/emacs-lisp/nadvice.el @@ -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. |