source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: The \*q predef certainly doesn't map to \"!  Fix this.
@ 2011-05-26 14:30 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-05-26 14:30 UTC (permalink / raw)
  To: source

Log Message:
-----------
The \*q predef certainly doesn't map to \"!  Fix this.

Modified Files:
--------------
    mdocml:
        predefs.in

Revision Data
-------------
Index: predefs.in
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/predefs.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lpredefs.in -Lpredefs.in -u -p -r1.1 -r1.2
--- predefs.in
+++ predefs.in
@@ -42,7 +42,7 @@ PREDEF("left-bracket", "[")
 PREDEF("left-parenthesis", "(")
 PREDEF("lp", "(")
 PREDEF("left-singlequote", "\\(oq")
-PREDEF("q", "\"")
+PREDEF("q", "\\(dq")
 PREDEF("quote-left", "\\(oq")
 PREDEF("quote-right", "\\(cq")
 PREDEF("R", "\\(rg")
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-26 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 14:30 mdocml: The \*q predef certainly doesn't map to \"! Fix this kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).