diff lisp/international/mule.el @ 108902:1f795f817d05

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 06 Jun 2010 22:46:17 +0000
parents 0ed39249e8e4
children df8e0cd18128
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu Jun 03 23:18:01 2010 +0000
+++ b/lisp/international/mule.el	Sun Jun 06 22:46:17 2010 +0000
@@ -2188,8 +2188,7 @@
 (defun make-translation-table-from-vector (vec)
   "Make translation table from decoding vector VEC.
 VEC is an array of 256 elements to map unibyte codes to multibyte
-characters.  Elements may be nil for undefined code points.
-See also the variable `nonascii-translation-table'."
+characters.  Elements may be nil for undefined code points."
   (let ((table (make-char-table 'translation-table))
 	(rev-table (make-char-table 'translation-table))
 	ch)