summaryrefslogtreecommitdiff
path: root/lisp/leim/quail
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2019-01-11 17:34:33 +0100
committerRobert Pluim <rpluim@gmail.com>2019-01-14 11:19:41 +0100
commit3018a4779efd19a6c48a3a54227605e83e4d364d (patch)
treefaf1f5a923bfc1292210a5bc440ff2d0767e5e4b /lisp/leim/quail
parent1a722e888454a0cb24dffc35455467688b4b4c60 (diff)
downloademacs-3018a4779efd19a6c48a3a54227605e83e4d364d.tar.gz
Fix some breve and dot above related doc strings
* lisp/leim/quail/latin-pre.el ("romanian-prefix"): Correct description of 'a with breve'. ("romanian-alt-prefix"): Correct description of 'a with breve'. Reformat other entries for consistency. ("latin-3-prefix"): Correct 'dot above' description.
Diffstat (limited to 'lisp/leim/quail')
-rw-r--r--lisp/leim/quail/latin-pre.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/leim/quail/latin-pre.el b/lisp/leim/quail/latin-pre.el
index 63565d4ceda..a677cc19c52 100644
--- a/lisp/leim/quail/latin-pre.el
+++ b/lisp/leim/quail/latin-pre.el
@@ -320,7 +320,7 @@ Key translation rules are:
effect | prefix | examples
------------+--------+------------------
- tilde | ~ | ~a -> ă
+ breve | ~ | ~a -> ă
circumflex | ^ | ^a -> â, ^i -> î
cedilla | , | ,s -> ş, ,t -> ţ
~ | ~ | ~~ -> ~
@@ -342,11 +342,11 @@ Key translation rules are:
effect | prefix | examples
------------+--------+------------------
- tilde | \" | \"a -> â
- circumflex | \\=' | \\='a -> â, \\='i -> î
- cedilla | \\=' | \\='s -> ş, \\='t -> ţ
- \\=' | \\=' | \\='\\=' -> \\='
- \" | \" | \"\" -> \"
+ breve | \\=' | \\='a -> ă
+ circumflex | \" \\=' | \"a -> â \\='i -> î
+ cedilla | \\=' | \\='s -> ş \\='t -> ţ
+ \\=' | \\=' | \\='\\=' -> \\='
+ \" | \" | \"\" -> \"
" nil t nil nil nil nil nil nil nil nil t)
(quail-define-rules
@@ -606,7 +606,7 @@ Key translation rules are:
circumflex | ^ | ^a -> â
diaeresis | \" | \"a -> ä \"\" -> ¨
cedilla | ~ | ~c -> ç ~s -> ş ~~ -> ¸
- dot above | / . | /g -> ġ .o -> ġ
+ dot above | / . | /g -> ġ .g -> ġ
misc | \" ~ / | \"s -> ß ~g -> ğ ~u -> ŭ /h -> ħ /i -> ı
symbol | ~ | ~\\=` -> ˘ /# -> £ /$ -> ¤ // -> °
" nil t nil nil nil nil nil nil nil nil t)