]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in doc-string of charset
authorKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:59:43 +0000 (12:59 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 2 Jul 1997 12:59:43 +0000 (12:59 +0000)
indian-1-column.  Adjust for the name change of
standard-character-unification-table-for-decode and
standard-character-unification-table-for-encode.

lisp/international/mule-conf.el

index 80e8057553a6975f933f588263a87640a2be750f..fa8ec4adfa09be9b73e964d43ed73dce1d255963 100644 (file)
 ;; 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.
 (setup-special-charsets)
 
 \f
-;; 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)
 
 \f
 ;;; Make fundamental coding systems.