]> git.eshelyaron.com Git - emacs.git/commitdiff
Many doc fixes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 15 Oct 1998 17:47:49 +0000 (17:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 15 Oct 1998 17:47:49 +0000 (17:47 +0000)
("latin-1-postfix"): Add sequence for the small superscript o.

leim/quail/latin-post.el

index 0d0eeeb6177464b5524ec33751cd7f1c7a036b1d..201b782038694c9b9d8856a46e036a90f340e4b9 100644 (file)
@@ -39,7 +39,7 @@
   tilde      |    ~    | a~ -> \e,Ac\e(B
   cedilla    |    ,    | c, -> \e,Ag\e(B
   nordic     |    /    | d/ -> \e,Ap\e(B   t/ -> \e,A~\e(B   a/ -> \e,Ae\e(B   e/ -> \e,Af\e(B   o/ -> \e,Ax\e(B
-  others     |   /<>   | s/ -> \e,A_\e(B   ?/ -> \e,A?\e(B   !/ -> \e,A!\e(B
+  others     |    /    | s/ -> \e,A_\e(B   ?/ -> \e,A?\e(B   !/ -> \e,A!\e(B   // -> \e,A0\e(B
              | various | << -> \e,A+\e(B   >> -> \e,A;\e(B   o_ -> \e,A:\e(B   a_ -> \e,A*\e(B
 
 Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
@@ -114,6 +114,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  (">>" ?\e,A;\e(B)
  ("o_" ?\e,A:\e(B)
  ("a_" ?\e,A*\e(B)
+ ("//" ?\e,A0\e(B)
 
  ("A``" ["A`"])
  ("A''" ["A'"])
@@ -183,6 +184,7 @@ Doubling the postfix separates the letter and postfix: e.g. a'' -> a'
  (">>>" [">>"])
  ("o__" ["o_"])
  ("a__" ["a_"])
+ ("///" ["//"])
  )
 
 (quail-define-package
@@ -910,7 +912,7 @@ Doubling the postfix separates the letter and postfix: e.g. aee -> ae
  "Esperanto input method with postfix modifiers
 
 A following ^ or x will produce an accented character,
-e.g. c^ -> \e,Cf\e(B, gx -> \e,Cx\e(B, u^ -> \e,C}\e(B.
+e.g. c^ -> \e,Cf\e(B   gx -> \e,Cx\e(B   u^ -> \e,C}\e(B.
 
 Doubling the postfix separates the letter and postfix,
 e.g. a'' -> a'.
@@ -996,7 +998,7 @@ OEE -> OE
  "French (Fran\e,Ag\e(Bais) input method with postfix modifiers
 
 ` pour grave, ' pour aigu, ^ pour circonflexe, et \" pour tr\e,Ai\e(Bma.
-Par exemple: a` -> \e,A`\e(B, e' -> \e,Ai\e(B.
+Par exemple: a` -> \e,A`\e(B   e' -> \e,Ai\e(B.
 
 \e,AG\e(B, \e,A+\e(B, et \e,A;\e(B sont produits par C,, <<, et >>.
 
@@ -1214,7 +1216,7 @@ Doubling the postfix separates the letter and postfix: e.g. a`` -> a`
 
 (quail-define-package
  "norwegian-postfix" "Latin-1" "NO<" t
- "Norwegian (Norsk) input method (rule: AE->\e,AF\e(B, OE->\e,AX\e(B, AA->\e,AE\e(B, E'->\e,AI\e(B)
+ "Norwegian (Norsk) input method (rule: AE->\e,AF\e(B   OE->\e,AX\e(B   AA->\e,AE\e(B   E'->\e,AI\e(B)
 
 Doubling the postfix separates the letter and postfix: e.g. aee -> ae
 "
@@ -1253,7 +1255,7 @@ o\" -> \e,Av\e(B
 e' -> \e,Ai\e(B
 
 Doubling the postfix separates the letter and postfix:
-aee -> ae, o\"\" -> o\", etc.
+aee -> ae   o\"\" -> o\"   etc.
 " nil t nil nil nil nil nil nil nil nil t)
 
 (quail-define-rules
@@ -1298,7 +1300,7 @@ N~ -> \e,AQ\e(B
 ?/ -> \e,A?\e(B
 
 Doubling the postfix separates the letter and postfix:
-a'' -> a', n~~ -> n~, etc.
+a'' -> a'   n~~ -> n~, etc.
 " nil t nil nil nil nil nil nil nil nil t)
 
 (quail-define-rules
@@ -1335,7 +1337,7 @@ a'' -> a', n~~ -> n~, etc.
 
 (quail-define-package
  "swedish-postfix" "Latin-1" "SV<" t
- "Swedish (Svenska) input method (rule: AA -> \e,AE\e(B, AE -> \e,AD\e(B, OE -> \e,AV\e(B, E' -> \e,AI\e(B)
+ "Swedish (Svenska) input method (rule: AA -> \e,AE\e(B   AE -> \e,AD\e(B   OE -> \e,AV\e(B   E' -> \e,AI\e(B)
 
 Doubling the postfix separates the letter and postfix: e.g. aee -> ae
 " nil t nil nil nil nil nil nil nil nil t)