diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-08-23 12:28:12 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-08-23 12:28:12 +0200 |
commit | 692f3ddcd0a7031794e39bab76a5cce0c4c4990c (patch) | |
tree | 05d6523fa356e402f97f11b7f48b629d49e11840 | |
parent | 1a140747113353609a6377b9159bb25e7f518c08 (diff) | |
download | emacs-692f3ddcd0a7031794e39bab76a5cce0c4c4990c.tar.gz |
src/ChangeLog: Fix typos.
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 624cddb6fa7..2dc16c154a9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -27,10 +27,10 @@ * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. -2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) +2010-08-22 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) - * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New - definitions. + * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): + New definitions. (HAVE_TERMIO): Remove. 2010-08-22 Eli Zaretskii <eliz@gnu.org> @@ -486,10 +486,10 @@ 2010-08-08 Kenichi Handa <handa@m17n.org> - * charset.c: Include <stdlib.h> + * charset.c: Include <stdlib.h>. (struct charset_sort_data): New struct. (charset_compare): New function. - (Fsort_charsets): New funciton. + (Fsort_charsets): New function. (syms_of_charset): Declare Fsort_charsets as a Lisp function. * coding.c (decode_coding_iso_2022): Fix checking of dimension |