]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Jan 2009 14:24:34 +0000 (14:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Jan 2009 14:24:34 +0000 (14:24 +0000)
lisp/ChangeLog

index 7cf7c8edf5ca51704c6322d4767562b37ad5a203..87f89797f859892b6554702030a6ba28d028644a 100644 (file)
@@ -6,9 +6,9 @@
 
        * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
 
-2009-01-16  Agustín Martín <agustin.martin@hispalinux.es>
+2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
 
-       * 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.
 
        constants.
        (bibtex-mode): Doc fix.
 
-2009-01-16  Agustín Martín <agustin.martin@hispalinux.es>
+2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
 
        * 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  <ulm@kph.uni-mainz.de>