Mercurial > emacs
changeset 98367:758774f72111
(encode_terminal_code): Fix a typo in a comment.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 27 Sep 2008 10:50:48 +0000 |
parents | ef06f769799e |
children | ab98984490b6 |
files | src/term.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Sat Sep 27 08:12:03 2008 +0000 +++ b/src/term.c Sat Sep 27 10:50:48 2008 +0000 @@ -660,7 +660,7 @@ if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g)) { - /* This glyph doesn't has an entry in Vglyph_table. */ + /* This glyph doesn't have an entry in Vglyph_table. */ c = src->u.ch; } else