emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 21ada03: Capitalise a couple of node names


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 21ada03: Capitalise a couple of node names
Date: Sun, 4 Aug 2019 08:50:56 -0400 (EDT)

branch: master
commit 21ada03d30dd90775523ef12caf76440d91831ba
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Capitalise a couple of node names
    
    * doc/lispref/functions.texi (Advising Functions): Capitalise node
    names (bug#17717).
    (Advice Combinators, Porting Old Advice): Capitalise.
---
 doc/lispref/elisp.texi     |  4 ++--
 doc/lispref/functions.texi | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index c86f7f3..1f84447 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 28da3cf..e65d398 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'',



reply via email to

[Prev in Thread] Current Thread [Next in Thread]