projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45e5ec1
)
*** empty log message ***
author
ntakahas
<ntakahas>
Mon, 2 Apr 2007 10:29:54 +0000
(10:29 +0000)
committer
ntakahas
<ntakahas>
Mon, 2 Apr 2007 10:29:54 +0000
(10:29 +0000)
src/face.c
patch
|
blob
|
history
src/m17n-core.h
patch
|
blob
|
history
diff --git
a/src/face.c
b/src/face.c
index
dace53a
..
fc950ae
100644
(file)
--- 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
(file)
--- 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))