diff --git a/reference/array/functions/array-merge-recursive.xml b/reference/array/functions/array-merge-recursive.xml
index c5ce6d6073..b7a5593eee 100644
--- a/reference/array/functions/array-merge-recursive.xml
+++ b/reference/array/functions/array-merge-recursive.xml
@@ -10,7 +10,6 @@
&reftitle.description;
arrayarray_merge_recursive
- arrayarray1
array...
@@ -32,14 +31,6 @@
&reftitle.parameters;
-
- array1
-
-
- Initial array to merge.
-
-
-
...
@@ -56,6 +47,7 @@
&reftitle.returnvalues;
An array of values resulted from merging the arguments together.
+ If called without any arguments, returns an empty &array;.
diff --git a/reference/array/functions/array-merge.xml b/reference/array/functions/array-merge.xml
index 315f629d81..04cb854328 100644
--- a/reference/array/functions/array-merge.xml
+++ b/reference/array/functions/array-merge.xml
@@ -9,7 +9,6 @@
&reftitle.description;
arrayarray_merge
- arrayarray1
array...
@@ -33,14 +32,6 @@
&reftitle.parameters;
-
- array1
-
-
- Initial array to merge.
-
-
-
...
@@ -56,6 +47,7 @@
&reftitle.returnvalues;
Returns the resulting array.
+ If called without any arguments, returns an empty &array;.