Updates von /doc/LPC aus Driversourcen
Change-Id: I60960bf74c3914a6fb6b0bd6628b39c1a4d8ba2d
diff --git a/doc/LPC/lwobjects b/doc/LPC/lwobjects
index f9559c8..81fc57c 100644
--- a/doc/LPC/lwobjects
+++ b/doc/LPC/lwobjects
@@ -4,7 +4,7 @@
INTRODUCTION
Lightweight objects are a cross between regular objects and structs.
Like regular objects they are build from programs (.c files) and
- encapsulate data und functions. Like structs they are automatically
+ encapsulate data and functions. Like structs they are automatically
destructed, they can be copied and saved.
As with regular objects its variables are hidden from outside
@@ -62,6 +62,10 @@
any outside program can inspect its variables. To really hide
variable contents they must be nosave.
+ Prior to restoring or copying a lightweight object all variables
+ of the new lightweight object will be initialized regularly first
+ when pragma init_variables is in effect.
+
HISTORY
Lightweight objects were introduced in LDMud 3.6.5.