*** empty log message ***
authorntakahas <ntakahas>
Mon, 2 Apr 2007 10:31:31 +0000 (10:31 +0000)
committerntakahas <ntakahas>
Mon, 2 Apr 2007 10:31:31 +0000 (10:31 +0000)
src/m17n-core.h
src/plist.c
src/symbol.c

index 40fca2b..178f4d1 100644 (file)
@@ -142,7 +142,7 @@ typedef void (*M17NFunc) (void);
 /***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))
 
index f798ee5..321d5a5 100644 (file)
@@ -1204,8 +1204,8 @@ mplist_get (MPlist *plist, MSymbol key)
 /***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.  */
 
 /***
@@ -1238,7 +1238,7 @@ mplist_put_func (MPlist *plist, MSymbol key, M17NFunc func)
 /***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.  */
 
 /***
index a9af1d7..8f45606 100644 (file)
@@ -664,8 +664,8 @@ msymbol_get (MSymbol symbol, MSymbol 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.  */
 
 /***
@@ -684,7 +684,7 @@ msymbol_put_func (MSymbol symbol, MSymbol key, M17NFunc func)
 /***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.  */
 
 /***