diff options
author | Kenichi Handa <handa@m17n.org> | 1997-07-02 12:59:43 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-07-02 12:59:43 +0000 |
commit | 49733613c51810a2e13517023820914004225f44 (patch) | |
tree | 06c455185c1f562e1acf281a7529fb2298907679 /lisp/international/mule-conf.el | |
parent | 4472a77b038f5d81866ee8497c4534f8e7671afe (diff) | |
download | emacs-49733613c51810a2e13517023820914004225f44.tar.gz |
Fix typo in doc-string of charset
indian-1-column. Adjust for the name change of
standard-character-unification-table-for-decode and
standard-character-unification-table-for-encode.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 80e8057553a..fa8ec4adfa0 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -178,7 +178,7 @@ ;; Actual Glyph for 1-column width. (define-charset nil 'indian-1-column [2 94 1 0 ?6 0 "Indian 1-col" "Indian 1 Column" - "Indian charset for 2-column width glypps"]) + "Indian charset for 2-column width glyphs"]) ;; Lao script. ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F. @@ -195,14 +195,14 @@ (setup-special-charsets) -;; This is a table of alternate charsets. -(setq standard-character-unification-table-for-read +;; These are tables for unifying characters on decoding and encoding. +(setq standard-character-unification-table-for-decode (make-unification-table (list (cons (make-char 'japanese-jisx0208-1978) (make-char 'japanese-jisx0208)) (cons (make-char 'latin-jisx0201) (make-char 'ascii))))) -(setq standard-character-unification-table-for-write nil) +(setq standard-character-unification-table-for-encode nil) ;;; Make fundamental coding systems. |