We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8472b14 commit 34ce7fdCopy full SHA for 34ce7fd
2 files changed
docs/rgp-lua/finenv-properties.md
@@ -77,7 +77,7 @@ Ends the currently active Undo/Redo block in Finale (if any). Finale will only s
77
78
|Input Type|Description|
79
|------|------|
80
-|boolean|The previous Undo/Redo block should be stored (=true) or canceled (=false).|
+|boolean|The current Undo/Redo block should be stored (=true) or canceled (=false).|
81
82
|Output Type|Description|
83
@@ -87,7 +87,7 @@ Example
87
88
```lua
89
-- false: discards any changes that have been made
90
-finenv.StartNewUndoBlock(false)
+finenv.EndUndoBlock(false)
91
```
92
93
#### ExecuteLuaScriptItem\* (function)
src/lib/lib/script-data.json
0 commit comments