From 80dadb9eada9403fb2eaa404048f3c7f7c6688db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 19 Jan 2002 19:15:11 +0000 Subject: [PATCH] (tibetan-decompose-region) (tibetan-decompose-string): Fix typo in docstring. --- lisp/ChangeLog | 3 +++ lisp/language/tibet-util.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2427054335a..786b87843d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-01-19 Pavel Jan,Bm(Bk + * language/tibet-util.el (tibetan-decompose-region) + (tibetan-decompose-string): Fix typo in docstring. + * ruler-mode.el (ruler-mode): New keyword. Fix :version. 2002-01-18 Richard M. Stallman diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el index 54938ffe635..ced6dee6531 100644 --- a/lisp/language/tibet-util.el +++ b/lisp/language/tibet-util.el @@ -261,7 +261,7 @@ The returned string has no composition information." (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 @@ are decomposed into normal Tiebtan character sequences." (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) -- 2.39.2