aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/advice.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-07-16 10:17:51 +0000
committerJuanma Barranquero <[email protected]>2007-07-16 10:17:51 +0000
commit6c4f5400cdcaf1a7917b84b90716c28dcad31989 (patch)
tree7b79aaabd44635932e95b0be55f3a3f96bf5e237 /lisp/emacs-lisp/advice.el
parentbac3c7494a51c0c9f8fb59c5e4bd866c5f21ae56 (diff)
(defadvice): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r--lisp/emacs-lisp/advice.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index fe4639cf01..6c51aa30f7 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'.