# HG changeset patch # User Juanma Barranquero # Date 1231470721 0 # Node ID c8e77c3f9639b6256dd22496061c6fe32b0ca44c # Parent a16e9f7c25365d914e30f55148025e00bd935933 Fix typos. diff -r a16e9f7c2536 -r c8e77c3f9639 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jan 09 03:01:50 2009 +0000 +++ b/lisp/ChangeLog Fri Jan 09 03:12:01 2009 +0000 @@ -32,7 +32,7 @@ 2009-01-09 Reiner Steib - * net/dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf. + * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf. Call nslookup if resolv.conf isn't available. (dns-query): Rename from query-dns. (dns-query-cached): Rename from query-dns-cached. @@ -54,15 +54,15 @@ 2009-01-08 Agustín Martín - * textmodes/ispell.el (ispell-encoding8-command): New variable + * textmodes/ispell.el (ispell-encoding8-command): New variable. (ispell-aspell-supports-utf8): Mark as obsoleted by - ispell-encoding8-command - (ispell-check-version): Set ispell-encoding8-command - (ispell-check-spellchecker-params, ispell-start-process): Use - ispell-encoding8-command - - * textmodes/flyspell.el (flyspell-large-region): Use - ispell-encoding8-command + ispell-encoding8-command. + (ispell-check-version): Set ispell-encoding8-command. + (ispell-check-spellchecker-params, ispell-start-process): + Use ispell-encoding8-command. + + * textmodes/flyspell.el (flyspell-large-region): + Use ispell-encoding8-command. 2009-01-08 Glenn Morris