diff lispref/advice.texi @ 25223:e41ee9a517aa

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Tue, 10 Aug 1999 16:52:16 +0000
parents 40089afa2b1d
children 467b88fab665
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