Skip to content

Commit 34ce7fd

Browse files
chore: autopublish 2023-09-12T14:21:56Z
1 parent 8472b14 commit 34ce7fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/rgp-lua/finenv-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Ends the currently active Undo/Redo block in Finale (if any). Finale will only s
7777

7878
|Input Type|Description|
7979
|------|------|
80-
|boolean|The previous Undo/Redo block should be stored (=true) or canceled (=false).|
80+
|boolean|The current Undo/Redo block should be stored (=true) or canceled (=false).|
8181

8282
|Output Type|Description|
8383
|------|------|
@@ -87,7 +87,7 @@ Example
8787

8888
```lua
8989
-- false: discards any changes that have been made
90-
finenv.StartNewUndoBlock(false)
90+
finenv.EndUndoBlock(false)
9191
```
9292

9393
#### ExecuteLuaScriptItem\* (function)

src/lib/lib/script-data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)