diff --git a/benchmark/matobj/bench-matobj-creation.g b/benchmark/matobj/bench-matobj-creation.g
index d74e5f040e..7423c52fcb 100644
--- a/benchmark/matobj/bench-matobj-creation.g
+++ b/benchmark/matobj/bench-matobj-creation.g
@@ -100,9 +100,9 @@ RunMatObjTest := function(desc, filter, ring)
TestCreatingMatrixObj(filter, ring);
end;
-RunMatObjTest("GF(2) IsPlistMatrixRep", IsPlistMatrixRep, GF(2));
-RunMatObjTest("integer IsPlistMatrixRep", IsPlistMatrixRep, Integers);
-RunMatObjTest("rational IsPlistMatrixRep", IsPlistMatrixRep, Rationals);
+RunMatObjTest("GF(2) IsRowPlistMatrixRep", IsRowPlistMatrixRep, GF(2));
+RunMatObjTest("integer IsRowPlistMatrixRep", IsRowPlistMatrixRep, Integers);
+RunMatObjTest("rational IsRowPlistMatrixRep", IsRowPlistMatrixRep, Rationals);
# TODO: other reps
# TODO: other compare with creating plist-of-plist
diff --git a/doc/ref/matobj.xml b/doc/ref/matobj.xml
index 47228c8daa..100e18a3c4 100644
--- a/doc/ref/matobj.xml
+++ b/doc/ref/matobj.xml
@@ -177,7 +177,7 @@ section.
One implementation of such matrices is given by the
value
-,
+,
and any row of these matrices is a vector object in
.
Note that these objects do