diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-12-19 21:45:22 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-12-19 21:45:22 +0000 |
commit | 9165c25c2952c2993c1325f1a2fc1f3c9d11428d (patch) | |
tree | b683d1b4c20dfe26d39eebacb0e2c8146455ee1c /lisp | |
parent | 9685662e7f0f800a0f24ddb67853129a938dac20 (diff) | |
download | emacs-9165c25c2952c2993c1325f1a2fc1f3c9d11428d.tar.gz |
Fix typos.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 385ecb99fd3..ac07851691c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,19 +9,17 @@ (authors-canonical-author-name): Doc fix. Respect authors-fixed-case. (authors): Ensure error buffer is writable. -2008-12-18 Agustin Martin <agustin.martin@hispalinux.es> +2008-12-18 Agustín Martín <agustin.martin@hispalinux.es> - (ispell-really-hunspell): new variable to signal hunspell + (ispell-really-hunspell): New variable to signal hunspell. (ispell-check-version): - Check if hunspell and set ispell-really-hunspell if needed - (ispell-send-string), (ispell-start-process), - (flyspell-large-region): - Pass right options for hunspell if needed + Check if hunspell and set ispell-really-hunspell if needed. + (ispell-send-string, ispell-start-process, flyspell-large-region): + Pass right options for hunspell if needed. 2008-12-18 Kenichi Handa <handa@m17n.org> - * international/fontset.el (script-representative-chars): Add more - scripts. + * international/fontset.el (script-representative-chars) (setup-default-fontset): Add more scripts. * international/characters.el: Add more scripts. |