texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo cmds.c,1.36,1.37


From: dirt
Subject: texinfo/makeinfo cmds.c,1.36,1.37
Date: Mon, 23 Feb 2004 21:30:01 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv19064/makeinfo

Modified Files:
        cmds.c 
Log Message:
2004-02-23  Arnold D. Robbins  <address@hidden>

        * makeinfo/cmds.c (cm_code): For @samp, using single quotes instead of
        double quotes, to match TeX output more closely.



Index: cmds.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/cmds.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** cmds.c      19 Feb 2004 15:46:08 -0000      1.36
--- cmds.c      23 Feb 2004 20:29:58 -0000      1.37
***************
*** 787,795 ****
                   in_fixed_width_font inhibits that.  */
                xml_start_para ();
!               xml_insert_entity ("ldquo");
              }
            xml_insert_element (SAMP, arg);
            if (docbook && arg == END)
!             xml_insert_entity ("rdquo");
          }
        else
--- 787,795 ----
                   in_fixed_width_font inhibits that.  */
                xml_start_para ();
!               xml_insert_entity ("lsquo");
              }
            xml_insert_element (SAMP, arg);
            if (docbook && arg == END)
!             xml_insert_entity ("rsquo");
          }
        else



reply via email to

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