From aac1b820a17cc3f42c906362faa77e4dc44b666c Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 7 Dec 2005 04:37:53 +0000 Subject: [PATCH] *** empty log message *** --- FORMATS/IM.txt | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/FORMATS/IM.txt b/FORMATS/IM.txt index 2ef4991..05365bd 100644 --- a/FORMATS/IM.txt +++ b/FORMATS/IM.txt @@ -53,21 +53,19 @@ CMD-DESCRIPTION ::= MTEXT TITLE-TEXT ::= MTEXT @endverbatim -@c IM-DECLARATION +@c IM-DECLARATION specifies the language and name of this input +method. -...to be filled... +@c DESCRIPTION specifies the description text of this input method by +MTEXT. -@c DESCRIPTION +@c VARIABLE-DECLARATION declares a variable used in this input method. +If a variable must be initialized from the default value, or is to be +customized by a user, it must be declared here. -...to be filled... - -@c VARIABLE-DECLARATION - -...to be filled... - -@c COMMAND-DECLARATION - -...to be filled... +@c COMMAND-DECLARATION declares a command used in this input method. +If a command must be bound to the default key sequence, or is to be +customized by a user, it must be declared here. @c TITLE-TEXT is a text displayed on the screen when this input method is active. -- 1.7.10.4