diff options
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index c3530f26..4be09b1c 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -266,7 +266,7 @@ remove_command($existing_command) Remove $existing_command from the list of commands to run in all sequences. -add_command($sequence, $new_command) +add_command($new_command, $sequence) Add $new_command to the beginning of the specified sequence. If the sequence does not exist, it will be created. |