Mercurial > emacs
changeset 42839:df6b9860f119
(tibetan-decompose-region)
(tibetan-decompose-string): Fix typo in docstring.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 19 Jan 2002 19:12:45 +0000 |
parents | 913ca287f1d7 |
children | 8f28584f0b9e |
files | lisp/language/tibet-util.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/tibet-util.el Sat Jan 19 14:05:57 2002 +0000 +++ b/lisp/language/tibet-util.el Sat Jan 19 19:12:45 2002 +0000 @@ -261,7 +261,7 @@ (defun tibetan-decompose-region (from to) "Decompose Tibetan text in the region FROM and TO. This is different from decompose-region because precomposed Tibetan characters -are decomposed into normal Tiebtan character sequences." +are decomposed into normal Tibetan character sequences." (interactive "r") (save-restriction (narrow-to-region from to) @@ -281,7 +281,7 @@ (defun tibetan-decompose-string (str) "Decompose Tibetan string STR. This is different from decompose-string because precomposed Tibetan characters -are decomposed into normal Tiebtan character sequences." +are decomposed into normal Tibetan character sequences." (let ((new "") (len (length str)) (idx 0)