diff options
author | David Kastrup <dak@gnu.org> | 2007-07-14 16:14:58 +0000 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2007-07-14 16:14:58 +0000 |
commit | 287a387cf53cc7e17142733660b959b34a8bfd0c (patch) | |
tree | 8aa46b9394c0cb9361a90c1bff243f19a63ce4ee /lisp/emacs-lisp/advice.el | |
parent | ebc3ae141e844a7fe108b4e7d019a45c0f581429 (diff) | |
download | emacs-287a387cf53cc7e17142733660b959b34a8bfd0c.tar.gz emacs-287a387cf53cc7e17142733660b959b34a8bfd0c.tar.bz2 emacs-287a387cf53cc7e17142733660b959b34a8bfd0c.zip |
(defadvice): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r-- | lisp/emacs-lisp/advice.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 8023bc58a53..0123124b26d 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -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'. |