Mercurial > hg > xemacs-beta
changeset 2391:522ce30766a2
[xemacs-hg @ 2004-11-15 20:15:18 by adrian]
[PATCH] xemacs-21.5: Typo fix for devan-util.el <d5ygh0oc.fsf@smtprelay.t-online.de>
author | adrian |
---|---|
date | Mon, 15 Nov 2004 20:15:22 +0000 |
parents | c7cfb09fd1bf |
children | 9c4b194e4122 |
files | lisp/ChangeLog lisp/mule/devan-util.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 14 22:51:09 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 15 20:15:22 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-14 Adrian Aichner <adrian@xemacs.org> + + * mule/devan-util.el (devanagari-composite-glyph-unit): doctring + typo fix. + 2004-09-22 Stephen J. Turnbull <stephen@xemacs.org> * menubar-items.el (save-options-file):
--- a/lisp/mule/devan-util.el Sun Nov 14 22:51:09 2004 +0000 +++ b/lisp/mule/devan-util.el Mon Nov 15 20:15:22 2004 +0000 @@ -228,7 +228,7 @@ "\\)\\|\\(" devanagari-cons-vowel-syllable "\\)\\|\\(" devanagari-other-sign "\\)\\|\\(" devanagari-digit-viram-visarga "\\)") - "Regexp matching to Devanagari string to be composed form one glyph.") + "Regexp matching Devanagari string to be composed from one glyph.") ;;(put-charset-property charset-devanagari-1-column ;; 'char-to-glyph 'devanagari-compose-string)