diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-15 16:59:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-15 16:59:38 (GMT) |
commit | 5b73cdfe60f7fafe3fe67b3c9327a8b3d2e8ee63 (patch) | |
tree | 3ed99f04ef0d9fa468287622e0ceacf9288711b6 /Doc/perl/python.perl | |
parent | 13b1f438511e9c9faeea9826ecd3689d436a1234 (diff) | |
download | cpython-5b73cdfe60f7fafe3fe67b3c9327a8b3d2e8ee63.zip cpython-5b73cdfe60f7fafe3fe67b3c9327a8b3d2e8ee63.tar.gz cpython-5b73cdfe60f7fafe3fe67b3c9327a8b3d2e8ee63.tar.bz2 |
Revise comment about \let support a little to more accurately reflect the
support that's offered.
Diffstat (limited to 'Doc/perl/python.perl')
-rw-r--r-- | Doc/perl/python.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 5a04b7c..7267497 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($_) = @_; |