summaryrefslogtreecommitdiff
path: root/lispref/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-09-15 18:29:06 +0000
committerRichard M. Stallman <rms@gnu.org>2006-09-15 18:29:06 +0000
commit74f526f33bfb0deeb9036a7082177f94f4201c20 (patch)
tree1d1cff7bcb814711bd1e9e2735aefb875a5e55c2 /lispref/ChangeLog
parent45a2056c56c77c3e3fedd045d383d5734a4f410c (diff)
downloademacs-74f526f33bfb0deeb9036a7082177f94f4201c20.tar.gz
(Remapping Commands, Searching Keymaps)
(Active Keymaps): Clean up previous change.
Diffstat (limited to 'lispref/ChangeLog')
-rw-r--r--lispref/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index e1a14e55526..9251e10c8de 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-15 Richard Stallman <rms@gnu.org>
+
+ * keymaps.texi (Remapping Commands, Searching Keymaps)
+ (Active Keymaps): Clean up previous change.
+
2006-09-15 Jay Belanger <belanger@truman.edu>
* gpl.texi: Replace "Library Public License" by "Lesser Public
@@ -9,8 +14,8 @@
`get-char-property' instead `get-text-property'. Explain how
mouse events change this. Explain the new optional argument of
`key-binding' and its mouse-dependent lookup.
- (Searching Keymaps): Adapt description similarly. Explain the new
- optional argument of `command-remapping'.
+ (Searching Keymaps): Adapt description similarly.
+ (Remapping Commands): Explain the new optional argument of `command-remapping'.
2006-09-14 Richard Stallman <rms@gnu.org>