From: Fred Drake Date: Fri, 15 May 1998 16:59:38 +0000 (+0000) Subject: Revise comment about \let support a little to more accurately reflect the X-Git-Tag: v1.5.2a1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b73cdfe60f7fafe3fe67b3c9327a8b3d2e8ee63;p=python Revise comment about \let support a little to more accurately reflect the support that's offered. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 5a04b7c6ad..72674977b0 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -58,7 +58,7 @@ sub ArabictoRoman { # This is a fairly simple hack; it supports \let when it is used to create # (or redefine) a macro to exactly be some other macro: \let\newname=\oldname. -# Many uses of \let aren't supported. +# Many possible uses of \let aren't supported or aren't supported correctly. # sub do_cmd_let{ local($_) = @_;