# HG changeset patch # User Kenichi Handa # Date 919648858 0 # Node ID c9020001e3c519369f55ee803cf44aa5c5e589a1 # Parent 2f9d6ac5d4269d931727e6d60e98007a686c13fc Modify comment for charset-origin-alist property of a coding system. diff -r 2f9d6ac5d426 -r c9020001e3c5 lisp/international/mule.el --- a/lisp/international/mule.el Mon Feb 22 01:59:30 1999 +0000 +++ b/lisp/international/mule.el Mon Feb 22 02:00:58 1999 +0000 @@ -365,6 +365,9 @@ ;; ENCODING-FUNCTION is a function to encode a character in CHARSET ;; to the code in EXTERNAL-CHARSET-NAME. The command what-cursor-position ;; uses this information of the buffer-file-coding-system. +;; ENCODING-FUNCTION may be a translation table or a symbol whose +;; property `translation-table' is a translation table. In these case, +;; the translation table is used to encode the character. ;; ;; o valid-codes (meaningful only for a coding system based on CCL) ;;