]> git.eshelyaron.com Git - emacs.git/commitdiff
(defadvice): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jul 2007 10:17:51 +0000 (10:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 16 Jul 2007 10:17:51 +0000 (10:17 +0000)
lisp/emacs-lisp/advice.el

index fe4639cf01af253115079c9a1442dbff8872cb30..6c51aa30f7c9379e99c1a11e9114d1e040e4c5dc 100644 (file)
@@ -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'.