kernel: fix set-callstack docs

db4
Slava Pestov 2009-12-28 12:41:45 +13:00
parent 285caff08e
commit 63023ae227
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ HELP: callstack ( -- cs )
HELP: set-callstack ( cs -- * )
{ $values { "cs" callstack } }
{ $description "Replaces the call stack contents. The end of the vector becomes the top of the stack. Control flow is transferred immediately to the new call stack." } ;
{ $description "Replaces the call stack contents. Control flow is transferred immediately to the innermost frame of the new call stack." } ;
HELP: clear
{ $description "Clears the data stack." } ;