From 4a305a68db01bfe7239e11803dff6e9125c9cc72 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Mon, 2 Apr 2007 10:29:54 +0000 Subject: [PATCH] *** empty log message *** --- src/face.c | 2 +- src/m17n-core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4