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