mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Revise comment about \let support a little to more accurately reflect the
support that's offered.
This commit is contained in:
parent
13b1f43851
commit
5b73cdfe60
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ sub ArabictoRoman {
|
||||||
|
|
||||||
# This is a fairly simple hack; it supports \let when it is used to create
|
# 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.
|
# (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{
|
sub do_cmd_let{
|
||||||
local($_) = @_;
|
local($_) = @_;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue