/***en
@brief Wrapper for a generic function type.
- The macro M17N_FUNC () is used to cast a function to the type #M17NFunc. */
+ The macro M17N_FUNC () casts a function to the type #M17NFunc. */
#define M17N_FUNC(func) ((M17NFunc) (func))
/***en
@brief Set the value (function pointer) of a property in a property list.
- The mplist_put_func () function is like mplist_put () but for
- settting function pointer $FUNC in property list $PLIST for key
+ The mplist_put_func () function is similar to mplist_put () but for
+ setting function pointer $FUNC in property list $PLIST for key
$KEY. */
/***
/***en
@brief Get the value (function pointer) of a property in a property list.
- The mplist_get_func () funciont is like mplist_get () but for
+ The mplist_get_func () function is similar to mplist_get () but for
getting a function pointer from property list $PLIST by key $KEY. */
/***
/***en
@brief Set the value (function pointer) of a symbol property.
- The msymbol_put_func () function is like msymbol_put () but for
- setting function pointer $FUNC as a property value of $SYMBOL for
+ The msymbol_put_func () function is similar to msymbol_put () but for
+ setting function pointer $FUNC as the property value of $SYMBOL for
key $KEY. */
/***
/***en
@brief Get the value (function pointer) of a symbol property.
- The msymbol_get_func () function is like msymbol_get () but for
+ The msymbol_get_func () function is similar to msymbol_get () but for
getting a function pointer form the property of symbol $SYMBOL. */
/***