From 26d2de1c231209cc15641fb8c5ea532a798e50d8 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 21 Dec 2004 12:40:23 +0000 Subject: [PATCH] *** empty log message *** --- src/input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ÆþÎÏ¥³¥ó¥Æ¥¯¥¹¥È¤ò¥ê¥»¥Ã¥È¤¹¤ë. -- 1.7.10.4