]> granicus.if.org Git - python/commitdiff
Add two missing markup tags.
authorGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 21:31:00 +0000 (21:31 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 23 Jan 2006 21:31:00 +0000 (21:31 +0000)
Tools/scripts/texcheck.py

index 35d66194966f9ffc5e55b916544487db7285d5e5..4a5663584204b2bdbfd90421a1ee3cb039742164 100644 (file)
@@ -57,7 +57,7 @@ cmdstr = r"""
     \email \kwindex \refexmodindex \filenq \e \menuselection
     \exindex \linev \newsgroup \verbatim \setshortversion
     \author \authoraddress \paragraph \subparagraph \cmemberline
-    \textbar
+    \textbar \C \seelink
 """
 
 def matchclose(c_lineno, c_symbol, openers, pairmap):