aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-07 02:09:37 +0000
committerRichard M. Stallman2007-04-07 02:09:37 +0000
commit0aee89bab591cdf22a7e3c4c1424bce1c0de495d (patch)
treec231e958e5ef07cae21557b51fc85a3b2e15fb7f
parent6d0d3a2f4f271450e5b7f9b2bf5ae0d994d5e21b (diff)
downloademacs-0aee89bab591cdf22a7e3c4c1424bce1c0de495d.tar.gz
emacs-0aee89bab591cdf22a7e3c4c1424bce1c0de495d.zip
(Activation of Advice): Remove redundant index entry.
-rw-r--r--lispref/ChangeLog89
-rw-r--r--lispref/advice.texi2
2 files changed, 90 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index ffa9b96cda9..976f5365517 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,92 @@
12007-04-07 Richard Stallman <rms@gnu.org>
2
3 * advice.texi (Activation of Advice): Remove redundant index entry.
4
5 * backups.texi: Improve index entries. Remove redundant ones.
6
7 * compile.texi (Byte Compilation): Improve index entry.
8
9 * hash.texi (Creating Hash): Improve index entry.
10
11 * symbols.texi (Definitions): Improve index entry.
12
13 * edebug.texi: Improve index entries. Remove redundant/useless ones.
14
15 * maps.texi (Standard Keymaps): Remove useless index entry.
16
17 * help.texi (Documentation Basics): Remove redundant index entries.
18
19 * customize.texi: Improve index entries.
20 Remove redundant/useless ones.
21
22 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
23
24 * streams.texi (Output Variables): Improve index entry.
25
26 * abbrevs.texi (Abbrevs): Remove useless index entry.
27
28 * macros.texi (Expansion): Remove useless index entry.
29
30 * text.texi: Improve index entries. Remove redundant/useless ones.
31 (Text Properties, Examining Properties)
32 (Special Properties): Use "property category" instead of "category"
33 to refer to the `category' property.
34
35 * positions.texi: Improve index entries. Remove useless one.
36
37 * lists.texi: Improve index entries. Remove redundant/useless ones.
38
39 * os.texi: Improve index entries.
40 (Timers): Fix previous change.
41
42 * buffers.texi: Improve index entries.
43 (Modification Time): Get rid of term "obsolete buffer".
44
45 * debugging.texi: Improve index entries.
46 (Test Coverage): Add xref to other test coverage ftr.
47
48 * eval.texi: Improve index entry. Remove redundant ones.
49
50 * numbers.texi: Improve index entries. Remove redundant/useless ones.
51
52 * files.texi: Improve index entries. Remove redundant/useless ones.
53
54 * objects.texi: Improve index entries.
55
56 * processes.texi: Improve index entries.
57
58 * modes.texi: Improve index entry. Remove redundant one.
59
60 * nonascii.texi: Improve index entries.
61
62 * internals.texi: Improve index entries.
63
64 * syntax.texi: Improve index entries.
65
66 * keymaps.texi (Active Keymaps): Improve index entries.
67
68 * commands.texi: Improve index entries. Remove redundant/useless ones.
69
70 * frames.texi: Improve index entries. Remove redundant/useless ones.
71
72 * markers.texi: Improve index entries. Remove redundant ones.
73
74 * tips.texi: Improve index entries.
75
76 * loading.texi (Unloading): Improve index entry.
77
78 * variables.texi: Improve index entries. Remove redundant one.
79
80 * sequences.texi: Improve index entry.
81
82 * display.texi: Improve index entries. Remove redundant ones.
83
84 * windows.texi: Improve index entries.
85
86 * searching.texi: Improve index entries. Remove redundant one.
87
88 * strings.texi (Case Tables): Improve last change.
89
12007-04-04 Chong Yidong <cyd@stupidchicken.com> 902007-04-04 Chong Yidong <cyd@stupidchicken.com>
2 91
3 * strings.texi (Case Tables): Document with-case-table and 92 * strings.texi (Case Tables): Document with-case-table and
diff --git a/lispref/advice.texi b/lispref/advice.texi
index ec8d666a422..4d580f9846d 100644
--- a/lispref/advice.texi
+++ b/lispref/advice.texi
@@ -384,7 +384,7 @@ activated advice for @var{function}, it activates the new advice.
384@deffn Command ad-deactivate function 384@deffn Command ad-deactivate function
385This command deactivates the advice for @var{function}. 385This command deactivates the advice for @var{function}.
386@cindex deactivating advice 386@cindex deactivating advice
387@cindex advice, deactivating 387@c @cindex advice, deactivating "advice, activating" is just above
388@end deffn 388@end deffn
389 389
390@deffn Command ad-update function &optional compile 390@deffn Command ad-update function &optional compile