Adjusted to use the new module synopsis support macros.
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex
index 180be34..4c8b5f2 100644
--- a/Doc/lib/libarray.tex
+++ b/Doc/lib/libarray.tex
@@ -1,6 +1,8 @@
 \section{Built-in Module \module{array}}
-\label{module-array}
-\bimodindex{array}
+\declaremodule{builtin}{array}
+
+\modulesynopsis{Efficient arrays of uniformly typed numeric values.}
+
 \index{arrays}
 
 This module defines a new object type which can efficiently represent