Mercurial > emacs
changeset 105689:d81a8bc83c5e
Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 20 Oct 2009 14:03:48 +0000 |
parents | dfb23d6b0762 |
children | 8d8fc5285759 |
files | src/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 20 13:48:37 2009 +0000 +++ b/src/ChangeLog Tue Oct 20 14:03:48 2009 +0000 @@ -1,7 +1,7 @@ 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca> * character.c (char_resolve_modifier_mask): Don't resolve meta to the - 8th bit, since that only made since in the ASCII world (bug#4751). + 8th bit, since that only made sense in the ASCII world (bug#4751). 2009-10-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>