Fix ChangeLog typo.
This commit is contained in:
parent
742af32f28
commit
c24eb18ab4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue