* Core Advising Primitives:: Primitives to manipulate advice.
* Advising Named Functions:: Advising named functions.
-* Advice combinators:: Ways to compose advice.
-* Porting old advice:: Adapting code using the old defadvice.
+* Advice Combinators:: Ways to compose advice.
+* Porting Old Advice:: Adapting code using the old defadvice.
Macros
@menu
* Core Advising Primitives:: Primitives to manipulate advice.
* Advising Named Functions:: Advising named functions.
-* Advice combinators:: Ways to compose advice.
-* Porting old advice:: Adapting code using the old defadvice.
+* Advice Combinators:: Ways to compose advice.
+* Porting Old Advice:: Adapting code using the old defadvice.
@end menu
@node Core Advising Primitives
@var{where} determines how @var{function} is composed with the
existing function, e.g., whether @var{function} should be called before, or
-after the original function. @xref{Advice combinators}, for the list of
+after the original function. @xref{Advice Combinators}, for the list of
available ways to compose the two functions.
When modifying a variable (whose name will usually end with @code{-function}),
arguments: the advice function and its properties.
@end defun
-@node Advice combinators
+@node Advice Combinators
@subsection Ways to compose advice
Here are the different possible values for the @var{where} argument of
@end table
-@node Porting old advice
+@node Porting Old Advice
@subsection Adapting code using the old defadvice
@cindex old advices, porting
@c NB: The following index entries deliberately avoid ``old'',