]> git.eshelyaron.com Git - emacs.git/commitdiff
("ethiopic"): Docstring adjusted for the change of the speicial key
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 23:37:42 +0000 (23:37 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 23:37:42 +0000 (23:37 +0000)
bindings.

leim/quail/ethiopic.el
lisp/ChangeLog

index 571682336a480bde0d4daa558568939dca538e71..3b010615558cf286deedf354f22f5b399caeff2d 100644 (file)
  '("\e$(3$Q#U!.\e(B "
    (ethio-prefer-ascii-space "_" "\e$(3$h\e(B")
    (ethio-prefer-ascii-punctuation "." "\e$(3$i\e(B"))
- t "  QUAIL PACKAGE FOR ETHIOPIC (TIGRIGNA AND AMHARIC)
+ t "  Quail package for Ethiopic (Tigrigna and Amharic)
 
-When you activate this package, Ethio minor mode is also turned on.
+When you are in Ethiopic language environment, the following special
+keys are available.
 
-  KEYS AND FUNCTIONS
-
-F2 or `M-x ethio-toggle-space'
+C-F9 or `M-x ethio-toggle-space'
   Toggles space characters for keyboard input.  The current mode is
   indicated in mode-line, whether by `_' (ASCII space) or `\e$(3$h\e(B'
   (Ethiopic colon-like word separator).  Even in the `\e$(3$h\e(B' mode, an
   ASCII space is inserted if the point is preceded by `an Ethiopic
   punctuation followed by zero or more ASCII spaces'.
 
-F3 or `M-x ethio-toggle-punctuation'
+S-F5 or `M-x ethio-toggle-punctuation'
   Toggles ASCII punctuations and Ethiopic punctuations for keyboard input.
   The current mode is indicated by `.' (ASCII) or `\e$(3$i\e(B' (Ethiopic).
 
@@ -66,8 +65,8 @@ C-' or `M-x ethio-gemination'
 
  ;; The following keys should work as defined in lisp/language/ethio-util,
  ;; even during the translation.
- '(([f2]    . quail-execute-non-quail-command)
-   ([f3]    . quail-execute-non-quail-command)
+ '(([C-f9]  . quail-execute-non-quail-command)
+   ([S-f5]  . quail-execute-non-quail-command)
    (" "     . quail-execute-non-quail-command)
    ([?\S- ] . quail-execute-non-quail-command)
    ([?\C-'] . quail-execute-non-quail-command))
index 6d8fcbe50493ddd04305050254a081dcabcc81ee..26c279f7307315e0af68b03f8e465829b059a2bd 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-06  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/quail.el (quail-title): Add autoload cookie.
+
 2001-03-05  Dave Love  <fx@gnu.org>
 
        * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading