From caa85ad9cdb876e117328f8d0042ed91b0345f75 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 22 Feb 1999 02:00:58 +0000 Subject: [PATCH] Modify comment for charset-origin-alist property of a coding system. --- lisp/international/mule.el | 3 +++ 1 file changed, 3 insertions(+) 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) ;; -- 2.39.2