diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-02 14:44:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-02 14:44:08 (GMT) |
commit | 6675881aabeef3f76dec3135364a4be6d711cc25 (patch) | |
tree | e08032c6aca71d1e5ff14ba211d1447b5a91e0cb /Doc/tools | |
parent | 6802c6e764a55cd7146cafae4aeb6902e6bfb7e9 (diff) | |
download | cpython-6675881aabeef3f76dec3135364a4be6d711cc25.zip cpython-6675881aabeef3f76dec3135364a4be6d711cc25.tar.gz cpython-6675881aabeef3f76dec3135364a4be6d711cc25.tar.bz2 |
There's a better way to deal with the "comment" environment; I found
this in SF patch #732174.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/py2texi.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el index 969cdc6..f9d8b96 100644 --- a/Doc/tools/py2texi.el +++ b/Doc/tools/py2texi.el @@ -85,6 +85,7 @@ Otherwise a generated Info file name is used.") (progn (setq obindex t) "\n@table @code\n@item \\1\n@obindex \\1\n") "@end table\n") + ("comment" 0 "\n@ignore\n" "\n@end ignore\n") ("csimplemacrodesc" 1 (progn (setq cindex t) "\n@table @code\n@item \\1\n@cindex \\1\n") |