summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-07-17 14:43:32 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-07-17 14:43:32 (GMT)
commite970d2a310586f1553ac04a5789223bd88eb6038 (patch)
tree695bf0bc2473cada28088d2a5c8456b0501b4f7d /Doc/tools
parent2b05248e8b2111d36abf17e99ef3f45f5ce11437 (diff)
downloadcpython-e970d2a310586f1553ac04a5789223bd88eb6038.zip
cpython-e970d2a310586f1553ac04a5789223bd88eb6038.tar.gz
cpython-e970d2a310586f1553ac04a5789223bd88eb6038.tar.bz2
Add a definition (found in the Debian patches for 2.3.4)
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/py2texi.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el
index b7155ac..8270c6e 100644
--- a/Doc/tools/py2texi.el
+++ b/Doc/tools/py2texi.el
@@ -211,6 +211,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
("authoraddress" 1
(progn (setq author-address (match-string 1 string)) ""))
("b" 1 "@w{\\1}")
+ ("backslash" 0 "@backslash{}")
("bf" 0 "@destroy")
("bifuncindex" 1 (progn (setq findex t) "@findex{\\1}"))
("C" 0 "C")