texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7767] Fix a typo.


From: eliz
Subject: [7767] Fix a typo.
Date: Mon, 1 May 2017 06:17:00 -0400 (EDT)

Revision: 7767
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7767
Author:   eliz
Date:     2017-05-01 06:17:00 -0400 (Mon, 01 May 2017)
Log Message:
-----------
Fix a typo.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/MiscXS/misc.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-30 15:01:01 UTC (rev 7766)
+++ trunk/ChangeLog     2017-05-01 10:17:00 UTC (rev 7767)
@@ -1,3 +1,8 @@
+2017-05-01  Eli Zaretskii  <address@hidden>
+
+       * tp/Texinfo/MiscXS/misc.c (xs_unicode_text): Fix a typo in a
+       comment.
+
 2017-04-30  Eli Zaretskii  <address@hidden>
 
        * info/terminal.c [HAVE_TERMCAP_H]: Don't take this branch for

Modified: trunk/tp/Texinfo/MiscXS/misc.c
===================================================================
--- trunk/tp/Texinfo/MiscXS/misc.c      2017-04-30 15:01:01 UTC (rev 7766)
+++ trunk/tp/Texinfo/MiscXS/misc.c      2017-05-01 10:17:00 UTC (rev 7767)
@@ -518,7 +518,7 @@
           else if (!memcmp (q, "--", 2))
             {
               p = q + 2;
-              /* Unicode em dash U+2013 (0xE2 0x80 0x93) */
+              /* Unicode en dash U+2013 (0xE2 0x80 0x93) */
               ADD3("\xE2\x80\x93");
             }
           else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]