summaryrefslogtreecommitdiff
path: root/doc/lispref
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-08-04 14:50:07 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-08-04 14:50:07 +0200
commit21ada03d30dd90775523ef12caf76440d91831ba (patch)
tree32f8733232c748dbd1ea68916d14b985c0efe173 /doc/lispref
parentbbb41a2071824415d8cf3127d0e3bcd706f5a420 (diff)
downloademacs-21ada03d30dd90775523ef12caf76440d91831ba.tar.gz
Capitalise a couple of node names
* doc/lispref/functions.texi (Advising Functions): Capitalise node names (bug#17717). (Advice Combinators, Porting Old Advice): Capitalise.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/elisp.texi4
-rw-r--r--doc/lispref/functions.texi10
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index c86f7f3dfbf..1f844478f74 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -574,8 +574,8 @@ Advising Emacs Lisp Functions
* 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
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 28da3cfb992..e65d398c438 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1645,8 +1645,8 @@ ways to do it. The added function is also called a piece of @emph{advice}.
@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
@@ -1659,7 +1659,7 @@ stored in @var{place} (@pxref{Generalized Variables}).
@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}),
@@ -1834,7 +1834,7 @@ named function @var{symbol}. @var{function} is called with two
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
@@ -1947,7 +1947,7 @@ More specifically, the composition of the two functions behaves like:
@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'',