*** empty log message ***
[m17n/m17n-lib-cs.git] / input.txt
index f95152b..6537e65 100644 (file)
--- a/input.txt
+++ b/input.txt
@@ -61,7 +61,7 @@ KEYSEQTERM = KEYSEQ | VAR (value is KEYSEQ) | FUNCALL (return KEYSEQ)
 MARKER = '<marker>' STRING '</marker>'
 MARKERTERM = MARKER | VAR (value is MARKER) | FUNCALL (return MARKER)
 
-SELECTOR = '<selector>' STRING '</selector>'
+SELECTOR = '<selector>' "@..." '</selector>'
 SELECTORTERM = SELECTOR | VAR (value is SELECTOR) | FUNCALL (return SELECTOR)
 
 MIM-PREDEFINED
@@ -86,8 +86,9 @@ SHIFT = '<shift>' SYMTERM '</shift>'
 SHIFTBACK = '<shiftback/>'
 CHAR-AT = '<char-at>' MARKERTERM '</char-at>'
   => <integer>C</integer>, where C is the character in the preedit text
-     at the postion of MARKERTERM
+     or the surrounding text at the postion specified by MARKERTERM.
 KEY-COUNT = '<key-count/>'
   => <integer>N</integer>, where N is the number of currently handled keys
 SURROUNDING-TEXT-FLAG = '<surrounding-text-flag/>'
-  => <integer>1</integer> or <integer>0</integer>
+  => <integer>1</integer> if surrounding text handling is supported
+     or <integer>0</integer> if not.