Updates /doc/hook/ aus Driversourcen.

Change-Id: I039ae8b3cfcaadb859e8e10037b9fa9f6d120fba
diff --git a/doc/hook/create_super b/doc/hook/create_super
index 0f05542..9b2dc8b 100644
--- a/doc/hook/create_super
+++ b/doc/hook/create_super
@@ -13,13 +13,15 @@
         Optional hooks to initialize a blueprint which is loaded by
         inheritance after creation.
 
-        Hook setting can be unbound lambda closures, or the name of
-        the function (static or public) to call in the object.
+        Hook setting can be any closure, or the name of the function
+        (static or public) to call in the object.
 
-        If the hook is a closure expecting an argument, it is bound
-        to the current object and called with the created object as
-        argument. If the hook is a closure without arguments, it is bound to
-        the object to be initialized and called.
+        If the hook is an unbound lambda closure expecting an argument,
+        it is bound to the current object and called with the created
+        object as argument. If the hook is an unbound lambda closure
+        without arguments, it is bound to the object to be initialized
+        and called. If the hook is any other type of closure, it is
+        called with the created object as argument.
 
         If the result of the closure call is a non-zero number, it is used
         as the interval to wait before the first reset(), else the default