diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-10-27 15:07:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-10-27 15:07:06 +0000 |
commit | 4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff (patch) | |
tree | 108f78d3d2a433a97cc5ebd2ba74c57cd509b7c1 /lispref | |
parent | 58cc447b2397b97131ee346d68c4752faee436b5 (diff) | |
download | emacs-4660a9e3d607f8c4212f6d2598aa8e83cc7f89ff.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index dc8f1771263..1be9a3d8318 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,16 @@ +2004-10-27 Richard M. Stallman <rms@gnu.org> + + * commands.texi (Interactive Codes): `N' uses numeric prefix, + not raw. Clarify `n'. + (Interactive Call): Rewrite interactive-p, focusing on when + and how to use it. + (Misc Events): Clarify previous change. + + * advice.texi (Simple Advice): Clarify what job the example does. + (Around-Advice): Clarify ad-do-it. + (Activation of Advice): An option of ad-default-compilation-action + is `never', not `nil'. + 2004-10-26 Kim F. Storm <storm@cua.dk> * commands.texi (Interactive Codes): Add U code letter. |