]> git.eshelyaron.com Git - emacs.git/commitdiff
Modify comment for charset-origin-alist
authorKenichi Handa <handa@m17n.org>
Mon, 22 Feb 1999 02:00:58 +0000 (02:00 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 22 Feb 1999 02:00:58 +0000 (02:00 +0000)
property of a coding system.

lisp/international/mule.el

index 0c5c78c49e06d11438314d2af59daad505169d1e..c1b4b12b1599b378735afdaf8f5470275dad3ddd 100644 (file)
@@ -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)
 ;;