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

index dace53a..fc950ae 100644 (file)
@@ -1855,7 +1855,7 @@ mface_get_prop (MFace *face, MSymbol key)
 /***en
     @brief Get the hook function of a face.
 
-    The mface_get_hook () function returns a hook function of face
+    The mface_get_hook () function returns the hook function of face
     $FACE.  */
 
 MFaceHookFunc
index fdd465a..40fca2b 100644 (file)
@@ -142,7 +142,7 @@ typedef void (*M17NFunc) (void);
 /***en
     @brief Wrapper for a generic function type.
 
-    The macro M17N_FUNC () is to cast a function to type #M17NFunc.  */
+    The macro M17N_FUNC () is used to cast a function to the type #M17NFunc.  */
 
 #define M17N_FUNC(func) ((M17NFunc) (func))