aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-17 09:53:03 -0700
committerPaul Eggert2012-08-17 09:53:03 -0700
commitc24eb18ab40c3b022ab3b7d9c2aa26a37923340f (patch)
tree07e5d0ce6976e5fdd1efd14538362e341fc8b218 /src/ChangeLog
parent742af32f280f9e0051691a34874d6a7de693239c (diff)
downloademacs-c24eb18ab40c3b022ab3b7d9c2aa26a37923340f.tar.gz
emacs-c24eb18ab40c3b022ab3b7d9c2aa26a37923340f.zip
Fix ChangeLog typo.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ff6a577280..e8b39fca7e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,7 @@
5 (set_char_table_purpose): New functions, 5 (set_char_table_purpose): New functions,
6 replacing CSET. All uses changed. For example, replace 6 replacing CSET. All uses changed. For example, replace
7 "CSET (XCHAR_TABLE (char_table), parent, parent);" with 7 "CSET (XCHAR_TABLE (char_table), parent, parent);" with
8 "char_table_set_parent (char_table, parent);". 8 "set_char_table_parent (char_table, parent);".
9 The old version was confusing because it used the same name 9 The old version was confusing because it used the same name
10 'parent' for two different things. 10 'parent' for two different things.
11 11