diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
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 | ||