From 37935f570b0255aaa7a9ebfedded44eafb209ea9 Mon Sep 17 00:00:00 2001
From: shadow303
Date: Sun, 10 Nov 2002 02:35:16 +0000
Subject: [PATCH] Correct lock documentation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1900 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
docs/develop/app/usecases/BClipboardUseCases.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/develop/app/usecases/BClipboardUseCases.html b/docs/develop/app/usecases/BClipboardUseCases.html
index 2273283e39..2322c88871 100644
--- a/docs/develop/app/usecases/BClipboardUseCases.html
+++ b/docs/develop/app/usecases/BClipboardUseCases.html
@@ -125,7 +125,7 @@ Unlock() is used to unlock the BClipboard and allow other threads in the applica
Checking lock status:
-IsLocked() returns true if the BClipboard is locked, and false if it is not locked.
+IsLocked() returns true if the BClipboard is locked by the current thread, and false if it is not lockedi or is locked by another thread.
Checking clipboard name: