Gesammelte Update von autogenerierter Doku.

Change-Id: If453f1dd933c092c12ca0b5b2667dbd64ca246f8
diff --git a/doc/efun-mg/add_action b/doc/efun-mg/add_action
index 73555fe..ee3ca20 100644
--- a/doc/efun-mg/add_action
+++ b/doc/efun-mg/add_action
@@ -1,4 +1,3 @@
-
 add_action(E)
 *************
 
@@ -44,10 +43,10 @@
               return 0;
             }
 
-      2. Kommandoblockierer: frueher beliebt um Spieler
-         lahmzulegen, da es _alle_ Kommandos triggert. Heute jedoch
-         dafuer eher P_DISABLE_COMMANDS verwenden. *Achtung*: siehe
-         Implikation von (4) oben.
+      2. Kommandoblockierer: frueher beliebt um Spieler lahmzulegen,
+         da es _alle_ Kommandos triggert. Heute jedoch dafuer eher
+         P_DISABLE_COMMANDS verwenden. *Achtung*: siehe Implikation
+         von (4) oben.
 
             add_action("action_nothing", "",1 );
             ...
diff --git a/doc/efun-mg/all_inventory b/doc/efun-mg/all_inventory
index 49f8dfa..6d0baa5 100644
--- a/doc/efun-mg/all_inventory
+++ b/doc/efun-mg/all_inventory
@@ -1,4 +1,3 @@
-
 all_inventory
 *************
 
diff --git a/doc/efun-mg/call_out b/doc/efun-mg/call_out
index 5266f65..9c178a7 100644
--- a/doc/efun-mg/call_out
+++ b/doc/efun-mg/call_out
@@ -1,4 +1,3 @@
-
 call_out
 ********
 
diff --git a/doc/efun-mg/count_bits b/doc/efun-mg/count_bits
index 3d163ab..a92f7ba 100644
--- a/doc/efun-mg/count_bits
+++ b/doc/efun-mg/count_bits
@@ -1,4 +1,3 @@
-
 count_bits
 **********
 
diff --git a/doc/efun-mg/environment b/doc/efun-mg/environment
index be6b524..a531774 100644
--- a/doc/efun-mg/environment
+++ b/doc/efun-mg/environment
@@ -1,4 +1,3 @@
-
 environment
 ***********
 
diff --git a/doc/efun-mg/file_size b/doc/efun-mg/file_size
index 754b7fd..2ff4b58 100644
--- a/doc/efun-mg/file_size
+++ b/doc/efun-mg/file_size
@@ -1,4 +1,3 @@
-
 file_size
 *********
 
diff --git a/doc/efun-mg/filter b/doc/efun-mg/filter
index c7227be..4a18714 100644
--- a/doc/efun-mg/filter
+++ b/doc/efun-mg/filter
@@ -1,4 +1,3 @@
-
 filter
 ******
 
@@ -6,10 +5,9 @@
 BEMERKUNGEN
 ===========
 
-   1. Achtung, die Elemente in 'arr' werden nicht tief kopiert,
-      sind sie also selbst Arrays oder Mappings, so fuehrt eine
-      spaetere Aenderung im Rueckgabe-Arrays zur Aenderung im
-      Ursprungsarray:
+   1. Achtung, die Elemente in 'arr' werden nicht tief kopiert, sind
+      sie also selbst Arrays oder Mappings, so fuehrt eine spaetere
+      Aenderung im Rueckgabe-Arrays zur Aenderung im Ursprungsarray:
 
          int *i, *j;
          i=({({1,2,3}),({4,5,6})});
@@ -18,10 +16,10 @@
 
       fuehrt zu: i==j==({({8,2,3}),({4,5,6})});
 
-   2. Das Kopieren in das Rueckgabemapping erfolgt fuer jedes
-      Element nach Ausfuehrung der Filtermethode. Aenderungen der
-      Werte im Array in dieser Methode (globale Variable/Uebergabe als
-      Referenz an filter) schlagen sich also im Rueckgabearray nieder.
+   2. Das Kopieren in das Rueckgabemapping erfolgt fuer jedes Element
+      nach Ausfuehrung der Filtermethode. Aenderungen der Werte im
+      Array in dieser Methode (globale Variable/Uebergabe als Referenz
+      an filter) schlagen sich also im Rueckgabearray nieder.
 
    3. Fuer Arrays wirkt filter() wie filter_array(), fuer Mappings
       stellt filter() eine Verallgemeinerung von filter_indices() dar.
diff --git a/doc/efun-mg/filter_objects b/doc/efun-mg/filter_objects
index c13d46e..5b7d5d8 100644
--- a/doc/efun-mg/filter_objects
+++ b/doc/efun-mg/filter_objects
@@ -1,4 +1,3 @@
-
 filter_objects
 **************
 
diff --git a/doc/efun-mg/find_call_out b/doc/efun-mg/find_call_out
index 610095d..72a3a48 100644
--- a/doc/efun-mg/find_call_out
+++ b/doc/efun-mg/find_call_out
@@ -1,4 +1,3 @@
-
 find_call_out
 *************
 
diff --git a/doc/efun-mg/get_eval_cost b/doc/efun-mg/get_eval_cost
index 2f65c28..3949f60 100644
--- a/doc/efun-mg/get_eval_cost
+++ b/doc/efun-mg/get_eval_cost
@@ -1,4 +1,3 @@
-
 get_eval_cost
 *************
 
diff --git a/doc/efun-mg/lambda b/doc/efun-mg/lambda
index 22a8630..8bf947f 100644
--- a/doc/efun-mg/lambda
+++ b/doc/efun-mg/lambda
@@ -1,4 +1,3 @@
-
 lambda
 ******
 
diff --git a/doc/efun-mg/limited b/doc/efun-mg/limited
index 9465d71..d97efb9 100644
--- a/doc/efun-mg/limited
+++ b/doc/efun-mg/limited
@@ -1,4 +1,3 @@
-
 limited
 *******
 
diff --git a/doc/efun-mg/map_objects b/doc/efun-mg/map_objects
index e9e0f48..1ee6b19 100644
--- a/doc/efun-mg/map_objects
+++ b/doc/efun-mg/map_objects
@@ -1,4 +1,3 @@
-
 map_objects
 ***********
 
diff --git a/doc/efun-mg/raise_error b/doc/efun-mg/raise_error
index 562cc84..4f40787 100644
--- a/doc/efun-mg/raise_error
+++ b/doc/efun-mg/raise_error
@@ -1,4 +1,3 @@
-
 raise_error
 ***********
 
diff --git a/doc/efun-mg/random b/doc/efun-mg/random
index a6077dd..5199d38 100644
--- a/doc/efun-mg/random
+++ b/doc/efun-mg/random
@@ -1,4 +1,3 @@
-
 BEISPIELE
 *********
 
diff --git a/doc/efun-mg/replace_program b/doc/efun-mg/replace_program
index f715e67..3ddaa9d 100644
--- a/doc/efun-mg/replace_program
+++ b/doc/efun-mg/replace_program
@@ -1,4 +1,3 @@
-
 replace_program
 ***************
 
diff --git a/doc/efun-mg/save_object b/doc/efun-mg/save_object
index 1674836..60ad54c 100644
--- a/doc/efun-mg/save_object
+++ b/doc/efun-mg/save_object
@@ -1,4 +1,3 @@
-
 save_object
 ***********
 
diff --git a/doc/efun-mg/say b/doc/efun-mg/say
index 8a50af4..a60a88a 100644
--- a/doc/efun-mg/say
+++ b/doc/efun-mg/say
@@ -1,4 +1,3 @@
-
 say
 ***
 
diff --git a/doc/efun-mg/set_next_reset b/doc/efun-mg/set_next_reset
index 129be10..c10f038 100644
--- a/doc/efun-mg/set_next_reset
+++ b/doc/efun-mg/set_next_reset
@@ -1,4 +1,3 @@
-
 set_next_reset
 **************
 
diff --git a/doc/efun-mg/sort_array b/doc/efun-mg/sort_array
index 0a5ddd8..290cba2 100644
--- a/doc/efun-mg/sort_array
+++ b/doc/efun-mg/sort_array
@@ -1,4 +1,3 @@
-
 sort_array
 **********
 
diff --git a/doc/efun-mg/tell_room b/doc/efun-mg/tell_room
index aebb16f..27534cc 100644
--- a/doc/efun-mg/tell_room
+++ b/doc/efun-mg/tell_room
@@ -1,4 +1,3 @@
-
 tell_room
 *********
 
diff --git a/doc/efun-mg/walk_mapping b/doc/efun-mg/walk_mapping
index 87f5106..825dff8 100644
--- a/doc/efun-mg/walk_mapping
+++ b/doc/efun-mg/walk_mapping
@@ -1,4 +1,3 @@
-
 walk_mapping
 ************