From 1f7c51a85de98d1928a15aa76fa11890efcb543c Mon Sep 17 00:00:00 2001 From: batrick Date: Sat, 2 Aug 2008 21:21:33 +0000 Subject: [PATCH] Reverted a change made to mutex("running") documentation concerning the return value (someone changed it to "returns an identification string" when in fact it returns a thread). --- docs/scripting.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index c5b051b1f..54d9a0e55 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -3039,9 +3039,8 @@ error_message describes the occurred error. - "running"—Returns an - identification string for a thread locked on the - mutex or nil if the mutex is not + "running"—Returns the thread locked + on the mutex or nil if the mutex is not locked. This should only be used for debugging as it interferes with finished threads from being collected.