texinfo-commits
[Top][All Lists]
Advanced

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

[5476] em dash: - -> --


From: Gavin D. Smith
Subject: [5476] em dash: - -> --
Date: Tue, 22 Apr 2014 20:47:40 +0000

Revision: 5476
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5476
Author:   gavin
Date:     2014-04-22 20:47:39 +0000 (Tue, 22 Apr 2014)
Log Message:
-----------
em dash: - -> --

Modified Paths:
--------------
    trunk/info/info-utils.c

Modified: trunk/info/info-utils.c
===================================================================
--- trunk/info/info-utils.c     2014-04-22 20:06:35 UTC (rev 5475)
+++ trunk/info/info-utils.c     2014-04-22 20:47:39 UTC (rev 5476)
@@ -605,7 +605,7 @@
     {"\xE2\x80\x91","-"},  /* Non-breaking hyphen */
     {"\xE2\x80\x92","-"},  /* Figure dash */
     {"\xE2\x80\x93","-"},  /* En dash */
-    {"\xE2\x80\x94","-"},  /* Em dash */
+    {"\xE2\x80\x94","--"},  /* Em dash */
     {"\xE2\x80\xA6","..."},  /* Ellipsis */
     {"\xE2\x80\xA2","*"},  /* Bullet */
 




reply via email to

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