]> git.eshelyaron.com Git - emacs.git/commitdiff
(iso-accents-list): Add Icelandic thorn.
authorKarl Heuer <kwzh@gnu.org>
Mon, 30 Jan 1995 22:46:37 +0000 (22:46 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 30 Jan 1995 22:46:37 +0000 (22:46 +0000)
lisp/international/iso-acc.el

index 537a9b22c27855ac1a348d686c7ce105e46ba817..468de118dd80e5d112b1a7102be1c0e6ca54e1ea 100644 (file)
@@ -30,7 +30,7 @@
 ;; according to the ISO-8859-1 character set.
 ;;
 ;; In `iso-accents-mode', pseudo accent characters are used to
-;; introduce accented keys.  The pseudo-accent characterss are:
+;; introduce accented keys.  The pseudo-accent characters are:
 ;;
 ;;   '  (minute)    -> grave accent
 ;;   `  (backtick)  -> acute accent
     ((?\~ ?D) ?\320)
     ((?\~ ?N) ?\321)
     ((?\~ ?O) ?\325)
+    ((?\~ ?T) ?\336)
     ((?\~ ?a) ?\343)
     ((?\~ ?c) ?\347)
     ((?\~ ?d) ?\360)
     ((?\~ ?n) ?\361)
     ((?\~ ?o) ?\365)
+    ((?\~ ?t) ?\376)
     ((?\~ ?>) ?\273)
     ((?\~ ?<) ?\253)
     ((?\~ ?\ ) ?\~)
@@ -230,7 +232,8 @@ enable as accents.  If you don't need all of them, remove the ones you
 don't need from that list.
 
 Special combinations: ~c gives a c with cedilla,
-~d gives a d with dash.
+~d gives an Icelandic eth (d with dash).
+~t gives an Icelandic thorn.
 \"s gives German sharp s.
 /a gives a with ring.
 /e gives an a-e ligature.