1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

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.
This commit is contained in:
Juanma Barranquero 2013-06-21 15:37:15 +02:00
parent cedf5c9dbe
commit e67e483fab
8 changed files with 40 additions and 31 deletions

View File

@ -1,3 +1,12 @@
2013-06-21 Juanma Barranquero <lekktu@gmail.com>
* quail/croatian.el ("croatian-prefix"):
* quail/czech.el ("czech", "czech-qwerty"):
* quail/ipa-praat.el ("ipa-praat"):
* quail/ipa.el ("ipa-x-sampa"):
* quail/tibetan.el ("tibetan-wylie", "tibetan-tibkey"):
* quail/uni-input.el (ucs-input-activate): Fix typos in docstrings.
2013-05-25 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (leim-list.el, check-declare):

View File

@ -1,4 +1,4 @@
;;; quail/croatian.el -- Quail package for inputting Croatian -*-coding: utf-8;-*-
;;; croatian.el -- Quail package for inputting Croatian -*-coding: utf-8;-*-
;; Copyright (C) 2003-2013 Free Software Foundation, Inc.
@ -96,7 +96,7 @@
(quail-define-package
"croatian-prefix" "Croatian" "HR" nil
"Croatian input method, postfix.
"Croatian input method, prefix.
\"c -> č
'c -> ć

View File

@ -1242,7 +1242,7 @@ Unicode based."
"Bulgarian alternative Phonetic keyboard layout, producing Unicode.
This phonetic layout replaces all the Latin letters with Bulgarian
\(Cyrillic\) letters based on similarities in their pronunciation or look.
\(Cyrillic) letters based on similarities in their pronunciation or look.
Note that, since the letters ', ', ' and ' are attached to the
']', '\', '`' and '[' keys respectively, Caps Lock does not affect them."

View File

@ -35,7 +35,7 @@
(quail-define-package
"czech" "Czech" "CZ" t
"\"Standard\" Czech keyboard in the Windoze NT 105 keys version."
"\"Standard\" Czech keyboard in the Windows NT 105 keys version."
nil t t t t nil nil nil nil nil t)
(quail-define-rules
@ -157,7 +157,7 @@
(quail-define-package
"czech-qwerty" "Czech" "CZ" t
"\"Standard\" Czech keyboard in the Windoze NT 105 keys version, QWERTY layout."
"\"Standard\" Czech keyboard in the Windows NT 105 keys version, QWERTY layout."
nil t nil nil t nil nil nil nil nil t)
(quail-define-rules

View File

@ -96,7 +96,7 @@ alv.-pala. | | | ɕ \\cc | | | |
| | | ʑ \\zc | | | |
palatal | c c | ɲ \\nj | ç \\c, | | | |
| ɟ \\j. | | ʝ \\jc | j j | | | ʎ \\yt
lab-pal. | | | | | | |
lab.-pal. | | | | | | |
| | | | ɥ \\ht | | |
lab.-vela. | | | ʍ \\wt | | | |
| | | | w w | | |
@ -126,14 +126,14 @@ velar | ɠ \\g^ |
uvular | ʛ \\G^ |
For most of the codes, the first letter tells you the most
similar letter of the English alphabet. The second letter can be
t (turned), c (capital or curled), s (script), - (barred),
similar letter of the English alphabet. The second letter can
be t (turned), c (capital or curled), s (script), - (barred),
l (with leg), i (inverted), or j (left tail). Some phonetic
symbols are similar to Greek letters but have special
phonetic (f) versions with serifs (ɸ, β, ɣ) or are otherwise
slightly different (θ, χ). The codes for ŋ (engma), ð (eth),
ʃ (esh), and ʒ (yogh) are traditional alternative spellings. The
retroflexes have a period in the second place, because an
ʃ (esh), and ʒ (yogh) are traditional alternative spellings.
The retroflexes have a period in the second place, because an
alternative traditional spelling is to write a dot under
them. The code for ɾ is an abbreviation for fishhook.

View File

@ -148,9 +148,9 @@
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.
@ -434,8 +434,8 @@
4. To avoid the default stacking <EFBFBD><EFBFBD><EFBFBD><EFBFBD> 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)

View File

@ -87,7 +87,7 @@
(defun ucs-input-activate (&optional arg)
"Activate UCS input method.
With arg, activate UCS input method if and only if arg is positive.
With ARG, activate UCS input method if and only if ARG is positive.
While this input method is active, the variable
`input-method-function' is bound to the function `ucs-input-method'."