aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lispref/ChangeLog6
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index eccfaa39e49..59cb508f233 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4518,6 +4518,8 @@ example,
4518 4518
4519(kbd "C-x C-f") => "\^x\^f" 4519(kbd "C-x C-f") => "\^x\^f"
4520 4520
4521Actually, this format has existed since Emacs 20.1.
4522
4521*** Interactive commands can be remapped through keymaps. 4523*** Interactive commands can be remapped through keymaps.
4522 4524
4523This is an alternative to using `defadvice' or `substitute-key-definition' 4525This is an alternative to using `defadvice' or `substitute-key-definition'
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 64a38096d64..19921c692fa 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12006-07-15 Kim F. Storm <storm@cua.dk>
2
3 * anti.texi (Antinews): Mention redisplay function.
4 The kbd macro existed, but was not documented, before 22.x.
5 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
6
12006-07-14 Nick Roberts <nickrob@snap.net.nz> 72006-07-14 Nick Roberts <nickrob@snap.net.nz>
2 8
3 * display.texi (Displaying Messages): Add anchor. 9 * display.texi (Displaying Messages): Add anchor.