Mercurial > emacs
changeset 81865:cf95931559f7
(defadvice): Doc fix.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Sat, 14 Jul 2007 16:14:58 +0000 |
parents | 2fb3e18fa954 |
children | d9e6020690cd |
files | lisp/ChangeLog lisp/emacs-lisp/advice.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 14 11:11:43 2007 +0000 +++ b/lisp/ChangeLog Sat Jul 14 16:14:58 2007 +0000 @@ -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.
--- a/lisp/emacs-lisp/advice.el Sat Jul 14 11:11:43 2007 +0000 +++ b/lisp/emacs-lisp/advice.el Sat Jul 14 16:14:58 2007 +0000 @@ -3759,7 +3759,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'.