]> granicus.if.org Git - python/commitdiff
Revise comment about \let support a little to more accurately reflect the
authorFred Drake <fdrake@acm.org>
Fri, 15 May 1998 16:59:38 +0000 (16:59 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 May 1998 16:59:38 +0000 (16:59 +0000)
support that's offered.

Doc/perl/python.perl

index 5a04b7c6ad3c541c031683a55cb2ec2b0dfd7370..72674977b04fc3f05806f569b7e44fd11d6ff815 100644 (file)
@@ -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($_) = @_;