]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 May 2000 13:27:33 +0000 (13:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 May 2000 13:27:33 +0000 (13:27 +0000)
src/ChangeLog
src/term.c

index 6d62d1c5935852f134f8ffe0d025f75268623bd3..30556a7679016077341a284ef4f1b350ae6a7796 100644 (file)
@@ -1,3 +1,9 @@
+2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * term.c (produce_glyphs): Treat characters from the eight-bit-*
+        charsets as unibyte, with 1-column screen width.  Sent by Kenichi
+        Handa.
+
 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * charset.c (syms_of_charset): Set width of character sets
index df3ea60e997d89320af7f022084dc3ea4bb2e793..672eee22c6cb42f9089b20dd0c11e1df1a3a131f 100644 (file)
@@ -1858,7 +1858,7 @@ produce_glyphs (it)
     }
   else if (SINGLE_BYTE_CHAR_P (it->c))
     {
-      /* Comming here means that it->c is from display table, thus we
+      /* Coming here means that it->c is from display table, thus we
         must send the code as is to the terminal.  Although there's
         no way to know how many columns it occupies on a screen, it
         is a good assumption that a single byte code has 1-column