mirror of https://github.com/python/cpython.git
There's a better way to deal with the "comment" environment; I found
this in SF patch #732174.
This commit is contained in:
parent
6802c6e764
commit
6675881aab
|
@ -85,6 +85,7 @@ Otherwise a generated Info file name is used.")
|
||||||
(progn (setq obindex t)
|
(progn (setq obindex t)
|
||||||
"\n@table @code\n@item \\1\n@obindex \\1\n")
|
"\n@table @code\n@item \\1\n@obindex \\1\n")
|
||||||
"@end table\n")
|
"@end table\n")
|
||||||
|
("comment" 0 "\n@ignore\n" "\n@end ignore\n")
|
||||||
("csimplemacrodesc" 1
|
("csimplemacrodesc" 1
|
||||||
(progn (setq cindex t)
|
(progn (setq cindex t)
|
||||||
"\n@table @code\n@item \\1\n@cindex \\1\n")
|
"\n@table @code\n@item \\1\n@cindex \\1\n")
|
||||||
|
|
Loading…
Reference in New Issue