add note to documentation of FinishCommand (#390)

stable-5.4
Tobias Zwick 2013-12-05 10:39:26 +07:00
parent 554deb5273
commit 9ffad10d51
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</param>
</params>
</syntax>
<desc>Ends a command in the command stack of an object.</desc>
<desc>Ends a command in the command stack of an object. A finished command stays in the stack until it would be time for it to be executed and is removed only then.</desc>
<related>
<funclink>SetCommand</funclink>
<funclink>GetCommand</funclink>
@ -33,4 +33,5 @@
</related>
</func>
<author>Günther</author><date>2004-04</date>
<author>Newton</author><date>2013-12</date>
</funcs>