From: ntakahas Date: Mon, 2 Apr 2007 10:29:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FLT-base~93 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a305a68db01bfe7239e11803dff6e9125c9cc72;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/face.c b/src/face.c index dace53a..fc950ae 100644 --- a/src/face.c +++ b/src/face.c @@ -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 diff --git a/src/m17n-core.h b/src/m17n-core.h index fdd465a..40fca2b 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -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))