aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-02-22 02:00:58 +0000
committerKenichi Handa1999-02-22 02:00:58 +0000
commitcaa85ad9cdb876e117328f8d0042ed91b0345f75 (patch)
treed263c474cf58b771e00c8cdf163bd9e5a2f76438
parent5a376b7d9d80ecaf3e28b2afe0784107fe843267 (diff)
downloademacs-caa85ad9cdb876e117328f8d0042ed91b0345f75.tar.gz
emacs-caa85ad9cdb876e117328f8d0042ed91b0345f75.zip
Modify comment for charset-origin-alist
property of a coding system.
-rw-r--r--lisp/international/mule.el3
1 files changed, 3 insertions, 0 deletions
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."
365;; ENCODING-FUNCTION is a function to encode a character in CHARSET 365;; ENCODING-FUNCTION is a function to encode a character in CHARSET
366;; to the code in EXTERNAL-CHARSET-NAME. The command what-cursor-position 366;; to the code in EXTERNAL-CHARSET-NAME. The command what-cursor-position
367;; uses this information of the buffer-file-coding-system. 367;; uses this information of the buffer-file-coding-system.
368;; ENCODING-FUNCTION may be a translation table or a symbol whose
369;; property `translation-table' is a translation table. In these case,
370;; the translation table is used to encode the character.
368;; 371;;
369;; o valid-codes (meaningful only for a coding system based on CCL) 372;; o valid-codes (meaningful only for a coding system based on CCL)
370;; 373;;