Updates von /doc/LPC aus Driversourcen

Change-Id: I60960bf74c3914a6fb6b0bd6628b39c1a4d8ba2d
diff --git a/doc/LPC/closures-abstract b/doc/LPC/closures-abstract
index 6b1d932..0731151 100644
--- a/doc/LPC/closures-abstract
+++ b/doc/LPC/closures-abstract
@@ -36,7 +36,8 @@
         Evaluate expression, then evaluate the result form labeled with
         the value equal to the value evaluated from expression.
         If no matching label exists, the value of #'switch is 0.
-  ({#'catch, <body> [, 'nolog ] [, 'publish ], [, 'reserve, <expr>  })
+  ({#'catch, <body> [, 'nolog ] [, 'publish ] [, 'reserve, <expr> ]
+                    [, 'limit, <expr> ] })
         Evaluates the <body> and catches any runtime error. If the symbol
         'nolog is also given, a caught error is not logged. If the
         symbol 'publish is also given, master::runtime_error() is