changeset 24373:c9020001e3c5

Modify comment for charset-origin-alist property of a coding system.
author Kenichi Handa <handa@m17n.org>
date Mon, 22 Feb 1999 02:00:58 +0000
parents 2f9d6ac5d426
children 80d0a3294c24
files lisp/international/mule.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
 ;;