From: Juanma Barranquero Date: Sat, 17 Jan 2009 14:24:34 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=511744bd31d92c65323f6b198f00f5085cdfbcb0;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cf7c8edf5c..87f89797f85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -6,9 +6,9 @@ * international/mule-conf.el (raw-text, eight-bit): Doc fixes. -2009-01-16 Agustín Martín +2009-01-16 Agustín Martín - * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing + * 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