From 6706f1b1324dee68ec76be70a67b706d05f683c6 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 3 Sep 2009 02:05:27 +0000 Subject: [PATCH] *** empty log message *** --- MIM/vi-base.mim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/MIM/vi-base.mim b/MIM/vi-base.mim index b9594d7..c0f1d13 100644 --- a/MIM/vi-base.mim +++ b/MIM/vi-base.mim @@ -28,16 +28,16 @@ This is acutually not a standalone input method, but is expected to be included in the other Vietnamese input method (e.g. vi-telex, vi-vni). ") -;;; Usage of variables: -;;; M (mark): point after the last vowel -;;; T (mark): point after the tone-mark-attached vowel -;;; TPLACE: On which vowel a tone is attached (0:none, 1:1st, 2:2nd, or 3:3rd) -;;; C: The initial consonant -;;; V-1: The last vowel -;;; V-2: The second from the last vowel (or 0 if there aren't two vowels) -;;; V-3: The third from the last vowel (or 0 if there aren't three vowels) -;;; C-AFTER-V: Number of the final consonants -;;; SELECT: Which tone is selected +;; Usage of variables: +;; M (mark): point after the last vowel +;; T (mark): point after the tone-mark-attached vowel +;; TPLACE: On which vowel a tone is attached (0:none, 1:1st, 2:2nd, or 3:3rd) +;; C: The initial consonant +;; V-1: The last vowel +;; V-2: The second from the last vowel (or 0 if there aren't two vowels) +;; V-3: The third from the last vowel (or 0 if there aren't three vowels) +;; C-AFTER-V: Number of the final consonants +;; SELECT: Which tone is selected (macro (handle-mark -- 1.7.10.4