diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-06-21 15:37:15 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-06-21 15:37:15 +0200 |
commit | e67e483fabcc226a52adc3899ebdc43f5752c10d (patch) | |
tree | cc532c2854c1fc960acb0b8c2d66254cfaa2fa31 /leim/quail/tibetan.el | |
parent | cedf5c9dbe66fecc37979e133f06d8bf4db3814f (diff) | |
download | emacs-e67e483fabcc226a52adc3899ebdc43f5752c10d.tar.gz |
leim/quail/*.el: Fix typos.
* leim/quail/croatian.el ("croatian-prefix"):
* leim/quail/czech.el ("czech", "czech-qwerty"):
* leim/quail/ipa-praat.el ("ipa-praat"):
* leim/quail/ipa.el ("ipa-x-sampa"):
* leim/quail/tibetan.el ("tibetan-wylie", "tibetan-tibkey"):
* leim/quail/uni-input.el (ucs-input-activate): Fix typos in docstrings.
Diffstat (limited to 'leim/quail/tibetan.el')
-rw-r--r-- | leim/quail/tibetan.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el index f43f246be27..774b4ad0d6b 100644 --- a/leim/quail/tibetan.el +++ b/leim/quail/tibetan.el @@ -148,13 +148,13 @@ SPECIAL KEYS + : Consonant Stacking - \(Consonant stacking for ordinary Tibetan is done automatically) + (Consonant stacking for ordinary Tibetan is done automatically) - : No Consonant Stacking - \(To suppress automatic stacking for \"g-y\", + (To suppress automatic stacking for \"g-y\", and to get da-drag in -r-d, -l-d .) | : Special signs. - Tsheg is assigned to SPC. Space is assigned to period '.'. + Tsheg is assigned to SPC. Space is assigned to period '.'. " nil nil nil nil nil nil nil nil 'quail-tibetan-update-translation) @@ -426,16 +426,16 @@ DIFFERENCE FROM THE ORIGINAL TIBKEY: 1. Vowel 'a' should be typed explicitly by the key 'A'. - This is really inconvenient. But to make the coding + This is really inconvenient. But to make the coding scheme clear, it is desirable to have an explicit vowel sign for 'a'. - 2. Tsheg is assigned to SPC key. You can input a space + 2. Tsheg is assigned to SPC key. You can input a space by typing '>'. 4. To avoid the default stacking and to obtain གཡ, type 'E' instead of 'v' (=ཡ). 3. There are many characters that are not supported in the - current implementation (especially special signs). I hope - I'll complete in a future revision. + current implementation (especially special signs). + I hope I'll complete in a future revision. " nil nil nil nil nil nil nil nil 'quail-tibkey-update-translation) |