diff --git a/reference/classobj/functions/is-subclass-of.xml b/reference/classobj/functions/is-subclass-of.xml
index f8789f81fa..018acf5ab0 100644
--- a/reference/classobj/functions/is-subclass-of.xml
+++ b/reference/classobj/functions/is-subclass-of.xml
@@ -26,7 +26,7 @@
object
- A class name or an object instance
+ A class name or an object instance. No error is generated if the class does not exist.
@@ -54,7 +54,7 @@
&reftitle.returnvalues;
This function returns &true; if the object object,
- belongs to a class which is a subclass of
+ belongs to a class which is a subclass of
class_name, &false; otherwise.
@@ -80,7 +80,7 @@
5.3.7
Added support for class_name to work with
- interfaces
+ interfaces