From 6c4f5400cdcaf1a7917b84b90716c28dcad31989 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:17:51 +0000 Subject: [PATCH] (defadvice): Doc fix. --- lisp/emacs-lisp/advice.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.39.5