Fix ChangeLog typo.

This commit is contained in:
Paul Eggert 2012-08-17 09:53:03 -07:00
parent 742af32f28
commit c24eb18ab4

View file

@ -5,7 +5,7 @@
(set_char_table_purpose): New functions,
replacing CSET. All uses changed. For example, replace
"CSET (XCHAR_TABLE (char_table), parent, parent);" with
"char_table_set_parent (char_table, parent);".
"set_char_table_parent (char_table, parent);".
The old version was confusing because it used the same name
'parent' for two different things.