mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(defadvice): Doc fix.
This commit is contained in:
parent
bac3c7494a
commit
6c4f5400cd
@ -3771,7 +3771,7 @@ The syntax of `defadvice' is as follows:
|
||||
|
||||
\(defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
|
||||
[DOCSTRING] [INTERACTIVE-FORM]
|
||||
BODY... )
|
||||
BODY...)
|
||||
|
||||
FUNCTION ::= Name of the function to be advised.
|
||||
CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.
|
||||
|
Loading…
Reference in New Issue
Block a user