Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b05248 commit e970d2aCopy full SHA for e970d2a
1 file changed
Doc/tools/py2texi.el
@@ -211,6 +211,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
211
("authoraddress" 1
212
(progn (setq author-address (match-string 1 string)) ""))
213
("b" 1 "@w{\\1}")
214
+ ("backslash" 0 "@backslash{}")
215
("bf" 0 "@destroy")
216
("bifuncindex" 1 (progn (setq findex t) "@findex{\\1}"))
217
("C" 0 "C")
0 commit comments