]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ChangeLog typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2012 16:53:03 +0000 (09:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2012 16:53:03 +0000 (09:53 -0700)
src/ChangeLog

index 5ff6a577280cec025b8bcb77afd0b3ed6f7700ba..e8b39fca7e6589472b44b072a58b9bb920829252 100644 (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.