(defadvice): Doc fix.
This commit is contained in:
parent
ebc3ae141e
commit
287a387cf5
2 changed files with 5 additions and 1 deletions
|
@ -3759,7 +3759,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…
Add table
Add a link
Reference in a new issue