mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(tibetan-decompose-region)
(tibetan-decompose-string): Fix typo in docstring.
This commit is contained in:
parent
b03e7e2f06
commit
80dadb9ead
@ -1,5 +1,8 @@
|
||||
2002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* 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 <rms@gnu.org>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user