diff --git a/functions/com.xml b/functions/com.xml
index 61221683f2..aba5e4f1e9 100644
--- a/functions/com.xml
+++ b/functions/com.xml
@@ -13,8 +13,8 @@
com_load
- Creates a new reference to a COM component.
-
+ Creates a new reference to a COM component
+
Description
@@ -30,9 +30,9 @@
- com_load creates a new COM component and
- returns a reference to it. Returns false on
- failiure.
+ com_load creates a new COM component and
+ returns a reference to it. Returns false on
+ failiure.
@@ -41,8 +41,8 @@
com_invoke
- Calls a COM component's method.
-
+ Calls a COM component's method.
+
Description
@@ -59,10 +59,11 @@
- com_invoke invokes a method of the COM component
- referenced by com_object. Returns false
- on error, returns the function_name's return value on
- success.
+ Com_invoke invokes a method of the COM
+ component referenced by
+ com_object. Returns
+ false on error, returns the
+ function_name's return value on success.
@@ -71,8 +72,8 @@
com_propget
- Gets the value of a COM Component's property.
-
+ Gets the value of a COM Component's property
+
Description
@@ -84,7 +85,7 @@
- This function is an alias for com_get.
+ This function is an alias for com_get.
@@ -93,8 +94,8 @@
com_get
- Gets the value of a COM Component's property.
-
+ Gets the value of a COM Component's property
+
Description
@@ -106,9 +107,9 @@
- Returns the value of the property of the
- COM component referenced by com_object.
- Returns false on error.
+ Returns the value of the property of the
+ COM component referenced by com_object.
+ Returns false on error.
@@ -117,8 +118,8 @@
com_propput
- Assigns a value to a COM component's property.
-
+ Assigns a value to a COM component's property
+
Description
@@ -140,8 +141,8 @@
com_propset
- Assigns a value to a COM component's property.
-
+ Assigns a value to a COM component's property
+
Description
@@ -163,8 +164,8 @@
com_set
- Assigns a value to a COM component's property.
-
+ Assigns a value to a COM component's property
+
Description
@@ -177,10 +178,11 @@
- Sets the value of the property of the
- COM component referenced by com_object.
- Returns true if property
- is set. Returns false on error.
+ Sets the value of the property of the COM
+ component referenced by com_object.
+ Returns true if
+ property is set. Returns
+ false on error.