Mercurial > hg > xemacs-beta
comparison src/mule-ccl.c @ 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 | c096d8051f89 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
564 proceeds to the next map. | 564 proceeds to the next map. |
565 | 565 |
566 If VALn is lambda, move to the next map set like reaching to the | 566 If VALn is lambda, move to the next map set like reaching to the |
567 end of the current map set. | 567 end of the current map set. |
568 | 568 |
569 If VALn is a symbol, call the CCL program refered by it. | 569 If VALn is a symbol, call the CCL program referred to by it. |
570 Then, use reg[rrr] as a mapped value except for -1, -2 and -3. | 570 Then, use reg[rrr] as a mapped value except for -1, -2 and -3. |
571 Such special values are regarded as nil, t, and lambda respectively. | 571 Such special values are regarded as nil, t, and lambda respectively. |
572 | 572 |
573 Each map is a Lisp vector of the following format (a) or (b): | 573 Each map is a Lisp vector of the following format (a) or (b): |
574 (a)......[STARTPOINT VAL1 VAL2 ...] | 574 (a)......[STARTPOINT VAL1 VAL2 ...] |