# HG changeset patch # User Juanma Barranquero # Date 1232202274 0 # Node ID 4bb2f319641b517f08936d3ca2597a4bcfe2bbd7 # Parent c070f80d6e4cf2a8159dfb98379117c8269b1bf3 Fix typos. diff -r c070f80d6e4c -r 4bb2f319641b lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 17 12:35:50 2009 +0000 +++ b/lisp/ChangeLog Sat Jan 17 14:24:34 2009 +0000 @@ -6,9 +6,9 @@ * international/mule-conf.el (raw-text, eight-bit): Doc fixes. -2009-01-16 Agustín Martín - - * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing +2009-01-16 Agustín Martín + + * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing unless flyspell-mode is enabled. (flyspell-pre-point): Make buffer-local. @@ -23,13 +23,13 @@ constants. (bibtex-mode): Doc fix. -2009-01-16 Agustín Martín +2009-01-16 Agustín Martín * textmodes/ispell.el: Protect against declare-function undefined - in xemacs. + in XEmacs. (ispell-program-name): Search also for hunspell when setting default. - (ispell-find-aspell-dictionaries): Better error message. Use correct - dictionary alist for default. Better fallback default dictionary. + (ispell-find-aspell-dictionaries): Better error message. Use correct + dictionary alist for default. Better fallback default dictionary. 2009-01-16 Ulrich Mueller