diff --git a/docs.html b/docs.html
index da2f2280..596ff909 100644
--- a/docs.html
+++ b/docs.html
@@ -743,10 +743,10 @@ which is one of:
Caveat:
-- in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction
+- in Armadillo 10.5 and later versions, the elements are initialised to zero by default
-
-in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless fill_form is specified
-
(ie. without specifying fill_form, the elements may contain garbage values, including NaN)
+in Armadillo 10.4 and earlier versions, the elements are not initialised unless fill_form is specified;
+
ie. without specifying fill_form, the elements may contain garbage values, including NaN
@@ -1100,10 +1100,10 @@ Constructors:
Caveat:
-- in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction
+- in Armadillo 10.5 and later versions, the elements are initialised to zero by default
-
-in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless fill_form is specified, as per the Mat class
-
(ie. without specifying fill_form, the elements may contain garbage values, including NaN)
+in Armadillo 10.4 and earlier versions, the elements are not initialised unless fill_form is specified;
+
ie. without specifying fill_form, the elements may contain garbage values, including NaN; see the Mat class for details on fill_form
@@ -1366,10 +1366,10 @@ Constructors:
Caveat:
-- in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction
+- in Armadillo 10.5 and later versions, the elements are initialised to zero by default
-
-in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless fill_form is specified, as per the Mat class
-
(ie. without specifying fill_form, the elements may contain garbage values, including NaN)
+in Armadillo 10.4 and earlier versions, the elements are not initialised unless fill_form is specified;
+
ie. without specifying fill_form, the elements may contain garbage values, including NaN; see the Mat class for details on fill_form
@@ -1651,10 +1651,10 @@ which is one of:
Caveat:
-- in Armadillo 10.5 and later versions, by default the elements are initialised to zero during construction
+- in Armadillo 10.5 and later versions, the elements are initialised to zero by default
-
-in Armadillo 10.4 and earlier versions, the elements are not initialised during construction unless fill_form is specified
-
(ie. without specifying fill_form, the elements may contain garbage values, including NaN)
+in Armadillo 10.4 and earlier versions, the elements are not initialised unless fill_form is specified;
+
ie. without specifying fill_form, the elements may contain garbage values, including NaN