From 38f5db877bc725ca831e30cbe4b4a2e851ef636a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 6 Aug 1999 21:05:20 +0000 Subject: [PATCH] Comments. --- lisp/international/latin-9.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/international/latin-9.el b/lisp/international/latin-9.el index 877f6e1a2a4..69236111691 100644 --- a/lisp/international/latin-9.el +++ b/lisp/international/latin-9.el @@ -34,10 +34,11 @@ ;; Finnish letters and placing the U+20AC Euro sign in the cell =A4 of ;; the former international currency sign ยค. -;; The differnces from Latin-1 are starred on the comments below. +;; The differences from Latin-1 are starred on the comments below. ;; This is now ISO/IEC 8859-15:1999. As of 1999-05, there was a `final ;; proof' at . +;; See also . ;;; Code: @@ -62,7 +63,7 @@ (set-case-syntax 172 "_" tbl) ;not sign (set-case-syntax 173 "_" tbl) ;soft hyphen (set-case-syntax 174 "_" tbl) ;registered sign - (set-case-syntax 175 "w" tbl) ;macron * + (set-case-syntax 175 "w" tbl) ;macron (set-case-syntax 176 "_" tbl) ;degree sign (set-case-syntax 177 "_" tbl) ;plus-minus sign (set-case-syntax 178 "w" tbl) ;superscript two -- 2.39.5