]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKarl Heuer <kwzh@gnu.org>
Tue, 10 Aug 1999 16:52:16 +0000 (16:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 10 Aug 1999 16:52:16 +0000 (16:52 +0000)
lispref/advice.texi

index 24ddb628941f040b9898b0427507d24ef34ed79a..1d3d4e0e46feae41b1fe44273fedea1c4d1b2e0d 100644 (file)
@@ -268,6 +268,12 @@ the original function definition.  This provides a way to override the
 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