comparison lisp/mule/lao-util.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 72d64d886449
children 4dee0387b9de
comparison
equal deleted inserted replaced
5383:294ab9180fad 5384:3889ef128488
369 NO-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL following a 369 NO-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL following a
370 consonant. It is a list vowel characters or 0. The element 0 370 consonant. It is a list vowel characters or 0. The element 0
371 indicate the place to embed a consonant. 371 indicate the place to embed a consonant.
372 372
373 Optional WITH-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL 373 Optional WITH-MAA-SAKOD-RULE is a rule to re-order and modify VOWEL
374 follwoing a consonant and preceding a maa-sakod character. If it is 374 following a consonant and preceding a maa-sakod character. If it is
375 nil, NO-MAA-SAKOD-RULE is used. The maa-sakod character is alwasy 375 nil, NO-MAA-SAKOD-RULE is used. The maa-sakod character is always
376 appended at the tail. 376 appended at the tail.
377 377
378 For instance, rule `(\"(1`WM(B\" (?(1`(B t ?(1W(B ?(1M(B))' tells that this vowel 378 For instance, rule `(\"(1`WM(B\" (?(1`(B t ?(1W(B ?(1M(B))' tells that this vowel
379 string following a consonant `(1!(B' should be re-ordered as \"(1`!WM(B\". 379 string following a consonant `(1!(B' should be re-ordered as \"(1`!WM(B\".
380 380
384 ;;;###autoload 384 ;;;###autoload
385 (defun lao-transcribe-single-roman-syllable-to-lao (from to &optional str) 385 (defun lao-transcribe-single-roman-syllable-to-lao (from to &optional str)
386 "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string. 386 "Transcribe a Romanized Lao syllable in the region FROM and TO to Lao string.
387 Only the first syllable is transcribed. 387 Only the first syllable is transcribed.
388 The value has the form: (START END LAO-STRING), where 388 The value has the form: (START END LAO-STRING), where
389 START and END are the beggining and end positions of the Roman Lao syllable, 389 START and END are the beginning and end positions of the Roman Lao syllable,
390 LAO-STRING is the Lao character transcription of it. 390 LAO-STRING is the Lao character transcription of it.
391 391
392 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao 392 Optional 3rd arg STR, if non-nil, is a string to search for Roman Lao
393 syllable. In that case, FROM and TO are indexes to STR." 393 syllable. In that case, FROM and TO are indexes to STR."
394 (if str 394 (if str