diff options
author | Kenichi Handa <handa@m17n.org> | 2006-01-04 04:12:55 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2006-01-04 04:12:55 +0000 |
commit | 1c5cdceb9afcdc179fcc953186aa7cf4a6bf20ed (patch) | |
tree | d507a27093738090baf1f25e9e8ae94e34ed82b5 /lisp/language | |
parent | 4b1e820dc009830d21e2845e4d5f804ba4df36e2 (diff) | |
download | emacs-1c5cdceb9afcdc179fcc953186aa7cf4a6bf20ed.tar.gz |
(indian-compose-region): Delete spurious whitespace.
Diffstat (limited to 'lisp/language')
-rw-r--r-- | lisp/language/ind-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index da4926ff4c4..141bef2f0ba 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el @@ -821,7 +821,7 @@ Returns new end position." ;;;###autoload (defun indian-compose-region (from to) - "Compose the region according to `composition-function-table'. " + "Compose the region according to `composition-function-table'." (interactive "r") (save-excursion (save-restriction |