comparison lisp/mule/ccl.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 f00192e1cd49
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
1508 ;; where CODE0 is the first code point of CHAR, CODE1 is the 1508 ;; where CODE0 is the first code point of CHAR, CODE1 is the
1509 ;; second code point of CHAR. 1509 ;; second code point of CHAR.
1510 | de-sjis 1510 | de-sjis
1511 1511
1512 ;; If ARG_0 and ARG_1 are the first and second code point of 1512 ;; If ARG_0 and ARG_1 are the first and second code point of
1513 ;; JISX0208 character CHAR, and SJIS is the correponding 1513 ;; JISX0208 character CHAR, and SJIS is the corresponding
1514 ;; Shift-JIS code, 1514 ;; Shift-JIS code,
1515 ;; (REG = ARG_0 en-sjis ARG_1) means: 1515 ;; (REG = ARG_0 en-sjis ARG_1) means:
1516 ;; ((REG = HIGH) 1516 ;; ((REG = HIGH)
1517 ;; (r7 = LOW)) 1517 ;; (r7 = LOW))
1518 ;; where HIGH is the higher byte of SJIS, LOW is the lower 1518 ;; where HIGH is the higher byte of SJIS, LOW is the lower