]> git.eshelyaron.com Git - emacs.git/commitdiff
(defadvice): Doc fix.
authorDavid Kastrup <dak@gnu.org>
Sat, 14 Jul 2007 16:14:58 +0000 (16:14 +0000)
committerDavid Kastrup <dak@gnu.org>
Sat, 14 Jul 2007 16:14:58 +0000 (16:14 +0000)
lisp/ChangeLog
lisp/emacs-lisp/advice.el

index d4133f6fae251e6d5c6117a00c3cfb2528decd31..3a40e1fec6cb99839eb451aa9d8eee35793ad768 100644 (file)
@@ -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>
 
        * subr.el (when, unless): Doc fix.
index 8023bc58a531665ff97a15b01ac63d2c2bf29fa9..0123124b26d069e7b8283f81cabb52b3f965edfb 100644 (file)
@@ -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'.