From c24eb18ab40c3b022ab3b7d9c2aa26a37923340f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 17 Aug 2012 09:53:03 -0700 Subject: [PATCH] Fix ChangeLog typo. --- src/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5ff6a577280..e8b39fca7e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.5