diff leim/quail/greek.el @ 109924:8b3d0eb73cbe

* quail/greek.el ("greek", "greek-postfix"): Change string to character.
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 14 Aug 2010 10:00:34 +0200
parents 4a268c0f9823
children 376148b31b5e
line wrap: on
line diff
--- a/leim/quail/greek.el	Sat Aug 14 08:42:09 2010 +0200
+++ b/leim/quail/greek.el	Sat Aug 14 10:00:34 2010 +0200
@@ -1280,8 +1280,8 @@
  (":;i" ?,F@(B)
  (";:y" ?,F`(B)
  (":;y" ?,F`(B)
- (";<" "$(Q)((B")
- (";>" "$(Q)2(B"))
+ (";<" ?$(Q)((B)
+ (";>" ?$(Q)2(B))
 
 (quail-define-package
  "greek-postfix" "GreekPost" ",FX(B" nil
@@ -1422,11 +1422,11 @@
  ("i;:" ?,F@(B)
  ("y:;" ?,F`(B)
  ("y;:" ?,F`(B)
- ;; There two are asymmetric with ";<" and ";>" in "greek" input
- ;; method.  But, as the other Latin postfix methdos adopt "<<" and
+ ;; These two are asymmetric with ";<" and ";>" in "greek" input
+ ;; method.  But, as the other Latin postfix methods adopt "<<" and
  ;; ">>", it may be better to follow them.
- ("<<" "$(Q)((B")
- (">>" "$(Q)2(B"))
+ ("<<" ?$(Q)((B)
+ (">>" ?$(Q)2(B))
 
 
 ;; arch-tag: 2a37e042-db1b-4ecf-b755-117775a3c150