(defadvice): Doc fix.

This commit is contained in:
David Kastrup 2007-07-14 16:14:58 +00:00
parent ebc3ae141e
commit 287a387cf5
2 changed files with 5 additions and 1 deletions

View file

@ -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'.