From 51aca7da38d0f0af9d3d43c8e9af5173e2be1f3f Mon Sep 17 00:00:00 2001 From: nisikimi Date: Thu, 6 Mar 2008 05:40:19 +0000 Subject: [PATCH] *** empty log message *** --- src/plist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plist.c b/src/plist.c index 2b4910a..be42e1d 100644 --- a/src/plist.c +++ b/src/plist.c @@ -1583,7 +1583,7 @@ mplist_value (MPlist *plist) Msymbol, @c Minteger, @c Mtext, @c Mplist In an ascii-character-sequence, a backslash (\) is used as the escape - character, which means that, for instance, "abc\ def" + character, which means that, for instance, abc\ def produces a symbol whose name is of length seven with the fourth character being a space. */ /***ja @@ -1608,7 +1608,7 @@ mplist_value (MPlist *plist) @c Mplist ¤Î¤¤¤º¤ì¤«¤ò³ä¤êÅö¤Æ¤é¤ì¤Æ¤¤¤ë¡£ ¥¢¥¹¥­¡¼Ê¸»úÎóÆâ¤Ç¤Ï¡¢¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å (\) ¤¬¥¨¥¹¥±¡¼¥×ʸ»ú¤È¤·¤ÆÍѤ¤¤é¤ì¤ë¡£¤¿¤È¤¨¤Ð - "abc\ def" ¤Ï 4 ʸ»úÌܤ¬¶õÇòʸ»ú¤Ç¤¢¤êŤµ¤¬ 7 + abc\ def ¤Ï 4 ʸ»úÌܤ¬¶õÇòʸ»ú¤Ç¤¢¤êŤµ¤¬ 7 ¤Ç¤¢¤ë»ý¤Ä̾Á°¤ò»ý¤Ä¥·¥ó¥Ü¥ë¤òÀ¸À®¤¹¤ë¡£ */ MPlist * -- 1.7.10.4