From: Paul Eggert Date: Fri, 17 Aug 2012 16:53:03 +0000 (-0700) Subject: Fix ChangeLog typo. X-Git-Tag: emacs-24.2.90~627 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c24eb18ab40c3b022ab3b7d9c2aa26a37923340f;p=emacs.git Fix ChangeLog typo. --- 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.