prettyprint: fix for -> rename.
parent
ace299b5c7
commit
c957ab876c
|
@ -249,7 +249,7 @@ HELP: stack.
|
||||||
|
|
||||||
HELP: callstack.
|
HELP: callstack.
|
||||||
{ $values { "callstack" callstack } }
|
{ $values { "callstack" callstack } }
|
||||||
{ $description "Displays a sequence output by " { $link callstack } " in a nice way, by highlighting the current execution point in every call frame with " { $link -> } "." } ;
|
{ $description "Displays a sequence output by " { $link callstack } " in a nice way, by highlighting the current execution point in every call frame with " { $link => } "." } ;
|
||||||
|
|
||||||
HELP: .c
|
HELP: .c
|
||||||
{ $description "Displays the contents of the call stack, with the top of the stack printed first." } ;
|
{ $description "Displays the contents of the call stack, with the top of the stack printed first." } ;
|
||||||
|
|
Loading…
Reference in New Issue