diff options
author | Kenichi Handa <handa@m17n.org> | 2003-05-01 11:20:32 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2003-05-01 11:20:32 +0000 |
commit | 458d077002b7850ee8519a50848e74ae7b273ac6 (patch) | |
tree | 2fd027d4ca37de7ba1dffa6874ce4c6af49d03d2 /leim/quail/latin-pre.el | |
parent | a3723f134b507d2bcedda70c0e0331d059eafdc8 (diff) | |
download | emacs-458d077002b7850ee8519a50848e74ae7b273ac6.tar.gz |
("polish-slash"): Add the rule "//"->?/.
Diffstat (limited to 'leim/quail/latin-pre.el')
-rw-r--r-- | leim/quail/latin-pre.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el index 67c490be628..0b47f8fd50c 100644 --- a/leim/quail/latin-pre.el +++ b/leim/quail/latin-pre.el @@ -700,11 +700,12 @@ Key translation rules are: (quail-define-package "polish-slash" "Polish" "PL>" nil - "Polish diacritics in Latin-2 encoding are input as `/[acelnosxzACELNOSXZ]'. + "Polish diacritics and slash character are input as `/[acelnosxzACELNOSXZ/]'. For example, the character named `aogonek' is obtained by `/a'." nil t t t nil nil nil nil nil nil t) (quail-define-rules + ("//" ?/) ("/a" ?,B1(B) ("/c" ?,Bf(B) ("/e" ?,Bj(B) |