Skip to content

Commit feafc98

Browse files
committed
Merge pull request livecode#3530 from peter-b/bugfix-16456
[Bug 16456] docs: lock clipboard is actually recursive
2 parents 972eabb + 171e0a7 commit feafc98

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/dictionary/command/lock-clipboard.lcdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ While the clipboard is locked, the contents of the clipboard available via the <
2424

2525
>*Tip:* Use <lock clipboard> to ensure the clipboard does not change between accesses.
2626

27-
Locking the clipboard will throw an error if it is already locked.
28-
2927

3028
References: unlock clipboard (command), clipboard (function), clipboardData (property), fullClipboardData(property), rawClipboardData (property)
3129

docs/dictionary/command/unlock-clipboard.lcdoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Use the <unlock clipboard> <command> to make the contents of the clipboard avail
2222

2323
>*Tip:* Use <lock clipboard> to ensure the clipboard does not change between accesses.
2424

25-
Unlocking the clipboard will throw an error if the clipboard is not locked.
26-
2725

2826
References: lock clipboard (command), clipboard (function), clipboardData (property), fullClipboardData (property), rawClipboardData (property)
2927

docs/notes/bugfix-16456.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Improve accuracy of "lock clipboard" documentatino

0 commit comments

Comments
 (0)