# HG changeset patch # User Karl Heuer # Date 934303936 0 # Node ID e41ee9a517aa4edb5961e7d54337ec6240d6685a # Parent 1802f1bb32857a01a321505ff3b3ded82d00566a *** empty log message *** diff -r 1802f1bb3285 -r e41ee9a517aa lispref/advice.texi --- 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