From: Juanma Barranquero Date: Fri, 9 Jan 2009 03:12:01 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~616 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67a7fe65394cbb2cd181a6e005e1e9836e1c574f;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24c7c6f7216..6b3cf4e1dec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 + 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 + * textmodes/flyspell.el (flyspell-large-region): + Use ispell-encoding8-command. 2009-01-08 Glenn Morris