From: Fred Drake Date: Wed, 2 Jul 2003 14:44:08 +0000 (+0000) Subject: There's a better way to deal with the "comment" environment; I found X-Git-Tag: v2.3c1~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6675881aabeef3f76dec3135364a4be6d711cc25;p=thirdparty%2FPython%2Fcpython.git There's a better way to deal with the "comment" environment; I found this in SF patch #732174. --- diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el index 969cdc62a66c..f9d8b96b8d45 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")