From: handa Date: Tue, 21 Dec 2004 12:40:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-2-0~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=26d2de1c231209cc15641fb8c5ea532a798e50d8;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/input.c b/src/input.c index e83a324..fa9a694 100644 --- a/src/input.c +++ b/src/input.c @@ -2428,11 +2428,11 @@ minput_toggle (MInputContext *ic) The minput_reset_ic () function resets the input context $IC by calling a callback functions corresponding to #Minput_reset. It - actually shift the state to the initial one, and thus the current + actually shifts the state to the initial one, and thus the current preediting text (if any) is committed. If necessary, a program - can extract the text by calling minput_lookup () just after the + can extract that text by calling minput_lookup () just after the call of minput_reset_ic (). In that case, the arguments @c KEY - and @c ARG of minput_lookup are ignored. */ + and @c ARG of minput_lookup () are ignored. */ /***ja @brief ÆþÎÏ¥³¥ó¥Æ¥¯¥¹¥È¤ò¥ê¥»¥Ã¥È¤¹¤ë.