From: Kenichi Handa Date: Mon, 22 Feb 1999 02:00:58 +0000 (+0000) Subject: Modify comment for charset-origin-alist X-Git-Tag: emacs-20.4~576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caa85ad9cdb876e117328f8d0042ed91b0345f75;p=emacs.git Modify comment for charset-origin-alist property of a coding system. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 0c5c78c49e0..c1b4b12b159 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -365,6 +365,9 @@ See also the documentation of make-char." ;; 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) ;;