diff options
| author | Thien-Thi Nguyen | 2017-03-08 09:36:06 +0100 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2017-03-08 09:37:01 +0100 |
| commit | be924d77e93c921ab2c2563f1045b6dbe49c611e (patch) | |
| tree | 19a92a989b81aa1e661463132f77d9eb809554d6 | |
| parent | e2735d1bbde7ac7a944d9791fc92e5a146614345 (diff) | |
| download | emacs-be924d77e93c921ab2c2563f1045b6dbe49c611e.tar.gz emacs-be924d77e93c921ab2c2563f1045b6dbe49c611e.zip | |
[doc elisp] Add some index entries for "old" advice mechanism
* doc/lispref/functions.texi (Porting old advice):
Add one @cindex and two @findex entries.
| -rw-r--r-- | doc/lispref/functions.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 81e3eee10cf..283f74ff5d2 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: | |||
| 1862 | @node Porting old advice | 1862 | @node Porting old advice |
| 1863 | @subsection Adapting code using the old defadvice | 1863 | @subsection Adapting code using the old defadvice |
| 1864 | @cindex old advices, porting | 1864 | @cindex old advices, porting |
| 1865 | @c NB: The following index entries deliberately avoid ``old'', | ||
| 1866 | @c an adjective that does not come to mind for those who grew up | ||
| 1867 | @c on ‘defadvice’ et al. For those folks, that way is ``current''. | ||
| 1868 | @c They discover its oldness reading this node. | ||
| 1869 | @cindex advices, porting from @code{defadvice} | ||
| 1870 | @findex defadvice | ||
| 1871 | @findex ad-activate | ||
| 1865 | 1872 | ||
| 1866 | A lot of code uses the old @code{defadvice} mechanism, which is largely made | 1873 | A lot of code uses the old @code{defadvice} mechanism, which is largely made |
| 1867 | obsolete by the new @code{advice-add}, whose implementation and semantics is | 1874 | obsolete by the new @code{advice-add}, whose implementation and semantics is |