]> code.delx.au - gnu-emacs/blobdiff - leim/quail/ethiopic.el
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
[gnu-emacs] / leim / quail / ethiopic.el
index e96eb16b70e6d24fb6934cbd4ba4227441e20b44..569d6e6b245783a258d3b7147f02330c200955c9 100644 (file)
@@ -1,7 +1,7 @@
 ;;; ethiopic.el --- Quail package for inputting Ethiopic characters  -*-coding: iso-2022-7bit;-*-
 
 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007, 2008
+;;   2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H14PRO021
 
@@ -39,7 +39,7 @@
  "ethiopic" "Ethiopic"
  '("\e$(3$Q#U!.\e(B "
    (ethio-prefer-ascii-space "_" "\e$(3$h\e(B")
-   (ethio-prefer-ascii-punctuation "." "\e$(3$i\e(B"))
+   "\e$(3$i\e(B")
  t "  Quail package for Ethiopic (Tigrigna and Amharic)
 
 When you are in Ethiopic language environment, the following special
@@ -53,7 +53,7 @@ C-F9 or `M-x ethio-toggle-space'
   punctuation followed by zero or more ASCII spaces'.
 
 S-F5 or `M-x ethio-toggle-punctuation'
-  Toggles ASCII punctuations and Ethiopic punctuations for keyboard input.
+  Toggles ASCII punctuation and Ethiopic punctuation for keyboard input.
   The current mode is indicated by `.' (ASCII) or `\e$(3$i\e(B' (Ethiopic).
 
 S-SPC or `M-x ethio-insert-ethio-space'
@@ -62,7 +62,7 @@ S-SPC or `M-x ethio-insert-ethio-space'
 
 C-' or `M-x ethio-gemination'
   Compose the character before the point with the Ethiopic gemination mark.
-  If the characater is already composed, decompose it and remove the
+  If the character is already composed, decompose it and remove the
   gemination mark."
 
  ;; The following keys should work as defined in lisp/language/ethio-util,
@@ -1146,5 +1146,4 @@ C-' or `M-x ethio-gemination'
                 (if (ethio-prefer-amharic-p) ?\e$(3"c\e(B ?\e$(3"f\e(B)
                 "ethiopic"))
 
-;; arch-tag: 66c182a8-d802-40fa-9c0d-d8ebe2f909d5
 ;;; ethiopic.el ends here