From 3018a4779efd19a6c48a3a54227605e83e4d364d Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 11 Jan 2019 17:34:33 +0100 Subject: [PATCH] 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. --- lisp/leim/quail/latin-pre.el | 14 +++++++------- 1 file 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) -- 2.39.5