Mercurial > emacs
changeset 25223:e41ee9a517aa
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 10 Aug 1999 16:52:16 +0000 |
parents | 1802f1bb3285 |
children | 31847deec8cb |
files | lispref/advice.texi |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/advice.texi Tue Aug 10 16:49:49 1999 +0000 +++ b/lispref/advice.texi Tue Aug 10 16:52:16 1999 +0000 @@ -268,6 +268,12 @@ original definition completely. (It also overrides lower-positioned pieces of around-advice). +If the around-advice uses @code{ad-do-it} more than once, the original +definition is run at each place. In this way, around-advice can execute +the original definition (and lower-positioned pieces of around-advice) +several times. Another way to do that is by using @code{ad-do-it} +inside of a loop. + @node Computed Advice @section Computed Advice