From e3b8dcb93d56cb58f9c614d34c3003338a9b600c Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 3 Mar 2008 08:08:44 +0000 Subject: [PATCH] *** empty log message *** --- src/face.c | 4 ++-- src/font.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/face.c b/src/face.c index 983228c..9a164fd 100644 --- a/src/face.c +++ b/src/face.c @@ -33,8 +33,8 @@ #Mfoundry, #Mfamily, #Mweight, #Mstyle, #Mstretch, #Madstyle, #Msize, #Mfontset, #Mratio, #Mhook_func, #Mhook_arg - "The face property that belongs to face F and whose key is @c xxx" - may be shortened to "the xxx property of F". + The notation "xxx property of F" means the face property that + belongs to face F and whose key is @c Mxxx. The M-text drawing functions first search an M-text for the text property whose key is the symbol #Mface, then draw the M-text diff --git a/src/font.c b/src/font.c index 35cdea9..e85212a 100644 --- a/src/font.c +++ b/src/font.c @@ -35,8 +35,8 @@ When the key of a font property is @c Msize or @c Mresolution, its value is an integer. Otherwise the value is a symbol. - "The font property that belongs to font F and whose key is @c - Mxxx" may be shortened to "the xxx property of F". + The notation "xxx property of F" means the font property that + belongs to font F and whose key is @c Mxxx. The value of a foundry property is a symbol representing font foundry information, e.g. adobe, misc, etc. -- 1.7.10.4