diff options
| author | Eli Zaretskii | 2021-01-16 16:32:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-01-16 16:32:00 +0200 |
| commit | b58fd1eab9e7a07711b63f5ce67d518972efaba9 (patch) | |
| tree | ac7bf5a7e2cbbfc86d079a41366d59b99a436d08 | |
| parent | 488204cdc64b6a130042ecc64d59c4538287b81d (diff) | |
| download | emacs-b58fd1eab9e7a07711b63f5ce67d518972efaba9.tar.gz emacs-b58fd1eab9e7a07711b63f5ce67d518972efaba9.zip | |
; * lisp/language/cham.el: Fix copy-paste mistake in comment.
| -rw-r--r-- | lisp/language/cham.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/language/cham.el b/lisp/language/cham.el index 4749f2e8db4..be1a6b4f4c1 100644 --- a/lisp/language/cham.el +++ b/lisp/language/cham.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | ;;; Commentary: | 24 | ;;; Commentary: |
| 25 | 25 | ||
| 26 | ;; Tai Viet is being included in the Unicode at the range U+AA80..U+AADF. | 26 | ;; Cham script is included in the Unicode at the range U+AA00..U+AA5F. |
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||