aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 37864e0dee6..7c6e5d0bc7b 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * modes.texi (Major Mode Conventions): Note that specialness is 3 * modes.texi (Major Mode Conventions): Note that specialness is
4 inherited. 4 inherited.
5 (Derived Modes): Note that define-derive-mode sets the mode-class
6 property.
5 7
6 * keymaps.texi (Prefix Keys): The M-g prefix key is now named 8 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
7 goto-map. Add search-map to the list. 9 goto-map. Add search-map to the list.