aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-01-11 17:34:33 +0100
committerRobert Pluim2019-01-14 11:19:41 +0100
commit3018a4779efd19a6c48a3a54227605e83e4d364d (patch)
treefaf1f5a923bfc1292210a5bc440ff2d0767e5e4b
parent1a722e888454a0cb24dffc35455467688b4b4c60 (diff)
downloademacs-3018a4779efd19a6c48a3a54227605e83e4d364d.tar.gz
emacs-3018a4779efd19a6c48a3a54227605e83e4d364d.zip
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.
-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:
320 320
321 effect | prefix | examples 321 effect | prefix | examples
322 ------------+--------+------------------ 322 ------------+--------+------------------
323 tilde | ~ | ~a -> ă 323 breve | ~ | ~a -> ă
324 circumflex | ^ | ^a -> â, ^i -> î 324 circumflex | ^ | ^a -> â, ^i -> î
325 cedilla | , | ,s -> ş, ,t -> ţ 325 cedilla | , | ,s -> ş, ,t -> ţ
326 ~ | ~ | ~~ -> ~ 326 ~ | ~ | ~~ -> ~
@@ -342,11 +342,11 @@ Key translation rules are:
342 342
343 effect | prefix | examples 343 effect | prefix | examples
344 ------------+--------+------------------ 344 ------------+--------+------------------
345 tilde | \" | \"a -> â 345 breve | \\=' | \\='a -> ă
346 circumflex | \\=' | \\='a -> â, \\='i -> î 346 circumflex | \" \\=' | \"a -> â \\='i -> î
347 cedilla | \\=' | \\='s -> ş, \\='t -> ţ 347 cedilla | \\=' | \\='s -> ş \\='t -> ţ
348 \\=' | \\=' | \\='\\=' -> \\=' 348 \\=' | \\=' | \\='\\=' -> \\='
349 \" | \" | \"\" -> \" 349 \" | \" | \"\" -> \"
350" nil t nil nil nil nil nil nil nil nil t) 350" nil t nil nil nil nil nil nil nil nil t)
351 351
352(quail-define-rules 352(quail-define-rules
@@ -606,7 +606,7 @@ Key translation rules are:
606 circumflex | ^ | ^a -> â 606 circumflex | ^ | ^a -> â
607 diaeresis | \" | \"a -> ä \"\" -> ¨ 607 diaeresis | \" | \"a -> ä \"\" -> ¨
608 cedilla | ~ | ~c -> ç ~s -> ş ~~ -> ¸ 608 cedilla | ~ | ~c -> ç ~s -> ş ~~ -> ¸
609 dot above | / . | /g -> ġ .o -> ġ 609 dot above | / . | /g -> ġ .g -> ġ
610 misc | \" ~ / | \"s -> ß ~g -> ğ ~u -> ŭ /h -> ħ /i -> ı 610 misc | \" ~ / | \"s -> ß ~g -> ğ ~u -> ŭ /h -> ħ /i -> ı
611 symbol | ~ | ~\\=` -> ˘ /# -> £ /$ -> ¤ // -> ° 611 symbol | ~ | ~\\=` -> ˘ /# -> £ /$ -> ¤ // -> °
612" nil t nil nil nil nil nil nil nil nil t) 612" nil t nil nil nil nil nil nil nil nil t)