diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-07-16 10:17:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-07-16 10:17:51 +0000 |
commit | 6c4f5400cdcaf1a7917b84b90716c28dcad31989 (patch) | |
tree | 7b79aaabd44635932e95b0be55f3a3f96bf5e237 | |
parent | bac3c7494a51c0c9f8fb59c5e4bd866c5f21ae56 (diff) | |
download | emacs-6c4f5400cdcaf1a7917b84b90716c28dcad31989.tar.gz |
(defadvice): Doc fix.
-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 fe4639cf01a..6c51aa30f7c 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -3771,7 +3771,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'. |