From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:17:51 +0000 (+0000) Subject: (defadvice): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~1253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c4f5400cdcaf1a7917b84b90716c28dcad31989;p=emacs.git (defadvice): Doc fix. --- 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'.