Updates /doc/hook/ aus Driversourcen.

Change-Id: I039ae8b3cfcaadb859e8e10037b9fa9f6d120fba
diff --git a/doc/hook/modify_command b/doc/hook/modify_command
index f478312..1e7e808 100644
--- a/doc/hook/modify_command
+++ b/doc/hook/modify_command
@@ -11,8 +11,7 @@
 
 DESCRIPTION
         Optional hook to modify commands (both entered or given by a
-        call to command()) before the parser sees them (this includes
-        special commands like 'status').
+        call to command()) before the parser sees them.
 
         Hook setting can be any closure, the name of the function to
         call in the object, or a mapping.
@@ -23,8 +22,8 @@
 
         If the hook is a closure, it is called with the entered
         command as first, and the command giving player as second
-        argument. Lambda closures are bound to the command giving player,
-        unbound-lambda closures remain unbound.
+        argument. Unbound lambda closures are bound to the command
+        giving player.
 
         If the hook is a string, it is used as the name of an lfun
         in the command giving player, which is called with the command