From f853f44b40ad4a71ba13a6489e91bca1218a2f02 Mon Sep 17 00:00:00 2001 From: nisikimi Date: Fri, 11 Apr 2008 03:47:06 +0000 Subject: [PATCH] *** empty log message *** --- src/draw.c | 3 ++- src/face.c | 3 ++- src/locale.c | 6 ++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/draw.c b/src/draw.c index 6cca092..f9667d0 100644 --- a/src/draw.c +++ b/src/draw.c @@ -2833,7 +2833,8 @@ int mdraw_line_break_option; character, and incremented each time when a long line is broken because of the width limit. - @return This function returns a character position to break the + @return + This function returns a character position to break the line. */ diff --git a/src/face.c b/src/face.c index 9a164fd..18fd03e 100644 --- a/src/face.c +++ b/src/face.c @@ -1682,7 +1682,8 @@ mface_copy (MFace *face) The mface_equal () function compares faces $FACE1 and $FACE2. - @return If two faces have the same property values, return 1. + @return + If two faces have the same property values, return 1. Otherwise return 0. */ int diff --git a/src/locale.c b/src/locale.c index 4fe79f1..0c817d2 100644 --- a/src/locale.c +++ b/src/locale.c @@ -344,7 +344,6 @@ MSymbol Mcodeset; If the call is successful, mlocale_set () returns an opaque locale object that corresponds to the locale. The name of the locale can be acquired by the function mlocale_get_prop (). - Otherwise, it returns NULL. */ /***ja @@ -363,7 +362,6 @@ MSymbol Mcodeset; ¸Æ¤Ó½Ð¤·¤ËÀ®¸ù¤¹¤ì¤Ð¡¢mlocale_set () ¤Ï¥í¥±¡¼¥ë¤ËÂбþ¤¹¤ë opaque ¥í¥±¡¼¥ë¥ª¥Ö¥¸¥§¥¯¥È¤òÊÖ¤¹¡£¥í¥±¡¼¥ë¤Î̾Á°¤Ï´Ø¿ô mlocale_get_prop () ¤Ë¤è¤Ã¤ÆÆÀ¤ë¤³¤È¤¬¤Ç¤­¤ë¡£ - ¤½¤¦¤Ç¤Ê¤±¤ì¤Ð NULL ¤òÊÖ¤¹¡£ */ @@ -460,7 +458,7 @@ mlocale_get_prop (MLocale *locale, MSymbol key) of strftime (). @seealso - strftime () + strftime (). */ /***ja @brief ÆüÉդȻþ´Ö¤ò¥Õ¥©¡¼¥Þ¥Ã¥È¤¹¤ë. @@ -472,7 +470,7 @@ mlocale_get_prop (MLocale *locale, MSymbol key) °ú¿ô $TM ¤È $FORMAT ¤Î°ÕÌ£¤Ï strftime () ¤Î¾ì¹ç¤ÈƱ¤¸¡£ @seealso - strftime () + strftime (). */ int -- 1.7.10.4