(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

@ -1,3 +1,7 @@
2007-07-14 David Kastrup <dak@gnu.org>
* emacs-lisp/advice.el (defadvice): Doc fix.
2007-07-14 Juanma Barranquero <lekktu@gmail.com> 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
* subr.el (when, unless): Doc fix. * subr.el (when, unless): Doc fix.

View file

@ -3759,7 +3759,7 @@ The syntax of `defadvice' is as follows:
\(defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) \(defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...)
[DOCSTRING] [INTERACTIVE-FORM] [DOCSTRING] [INTERACTIVE-FORM]
BODY... ) BODY...)
FUNCTION ::= Name of the function to be advised. FUNCTION ::= Name of the function to be advised.
CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'. CLASS ::= `before' | `around' | `after' | `activation' | `deactivation'.