Update der Doku fuer 3.6.4 + LWO

... aus den Driversourcen 3.6.4 + LWO

Change-Id: I9226bb373436d5b05828f89c7da26df39aa45af7
diff --git a/doc/efun/tell_object b/doc/efun/tell_object
index 85991e2..207672e 100644
--- a/doc/efun/tell_object
+++ b/doc/efun/tell_object
@@ -1,6 +1,7 @@
 SYNOPSIS
         void tell_object(object|string obj, string str)
-        void tell_object(object|string obj, mixed *|mapping|struct|object msg)
+        void tell_object(object|string obj,
+                         mixed *|mapping|struct|object|lwobject msg)
 
 BESCHREIBUNG
         Sendet einen Nachricht an das Objekt <obj> (das auch durch seinen
@@ -27,7 +28,7 @@
         Objekt1:
             void catch_tell(string str)
             {
-                write("Erhaltener Text: "+str+"\n");
+                wirte("Erhaltener Text: "+str+"\n");
             }
 
         Objekt2: