Mercurial > emacs
diff src/coding.c @ 101854:7e576fc18303
(syms_of_coding) <translation-table-for-input>: Modify doc string to
discourage use for character code unification.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Feb 2009 10:49:39 +0000 |
parents | 11ba351ce12b |
children | 4c1349cf5b50 |
line wrap: on
line diff
--- a/src/coding.c Sat Feb 07 10:47:10 2009 +0000 +++ b/src/coding.c Sat Feb 07 10:49:39 2009 +0000 @@ -10439,7 +10439,11 @@ DEFVAR_LISP ("translation-table-for-input", &Vtranslation_table_for_input, doc: /* Char table for translating self-inserting characters. This is applied to the result of input methods, not their input. -See also `keyboard-translate-table'. */); +See also `keyboard-translate-table'. + +Use of this variable for character code unification was rendered +obsolete in Emacs 23.1 and later, since Unicode is now the basis of +internal character representation. */); Vtranslation_table_for_input = Qnil; {