Mercurial > hg > xemacs-beta
comparison lisp/mule/latin.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 257b468bf2ca |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
1480 do (modify-syntax-entry | 1480 do (modify-syntax-entry |
1481 (make-char 'latin-iso8859-9 i) | 1481 (make-char 'latin-iso8859-9 i) |
1482 (string (char-syntax (make-char 'latin-iso8859-1 i))) | 1482 (string (char-syntax (make-char 'latin-iso8859-1 i))) |
1483 syntax-table)) | 1483 syntax-table)) |
1484 | 1484 |
1485 ;; Case. The Turkish case idiosyncracy is handled with its language environment. | 1485 ;; Case. The Turkish case idiosyncrasy is handled with its language environment. |
1486 (setup-case-pairs | 1486 (setup-case-pairs |
1487 'latin-iso8859-9 | 1487 'latin-iso8859-9 |
1488 '((#xC0 #xE0) ;; A WITH GRAVE | 1488 '((#xC0 #xE0) ;; A WITH GRAVE |
1489 (#xC1 #xE1) ;; A WITH ACUTE | 1489 (#xC1 #xE1) ;; A WITH ACUTE |
1490 (#xC2 #xE2) ;; A WITH CIRCUMFLEX | 1490 (#xC2 #xE2) ;; A WITH CIRCUMFLEX |