emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master be924d7: [doc elisp] Add some index entries for "ol


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] master be924d7: [doc elisp] Add some index entries for "old" advice mechanism
Date: Wed, 8 Mar 2017 03:32:22 -0500 (EST)

branch: master
commit be924d77e93c921ab2c2563f1045b6dbe49c611e
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [doc elisp] Add some index entries for "old" advice mechanism
    
    * doc/lispref/functions.texi (Porting old advice):
    Add one @cindex and two @findex entries.
---
 doc/lispref/functions.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 81e3eee..283f74f 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1862,6 +1862,13 @@ More specifically, the composition of the two functions 
behaves like:
 @node Porting old advice
 @subsection Adapting code using the old defadvice
 @cindex old advices, porting
address@hidden NB: The following index entries deliberately avoid ``old'',
address@hidden an adjective that does not come to mind for those who grew up
address@hidden on ‘defadvice’ et al.  For those folks, that way is ``current''.
address@hidden They discover its oldness reading this node.
address@hidden advices, porting from @code{defadvice}
address@hidden defadvice
address@hidden ad-activate
 
 A lot of code uses the old @code{defadvice} mechanism, which is largely made
 obsolete by the new @code{advice-add}, whose implementation and semantics is



reply via email to

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