Mercurial > emacs
changeset 78150:3fcbdd7761c3
(defadvice): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 16 Jul 2007 10:17:51 +0000 |
parents | 677d96c34c87 |
children | cd5b15b5cd2e |
files | lisp/emacs-lisp/advice.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/advice.el Mon Jul 16 10:16:26 2007 +0000 +++ b/lisp/emacs-lisp/advice.el Mon Jul 16 10:17:51 2007 +0000 @@ -3771,7 +3771,7 @@ \(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'.