1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

Removed erroneous comment about using utf-16 as

selection-coding-system on Windows.
This commit is contained in:
Jason Rumney 2004-05-08 19:15:53 +00:00
parent 603b9df93d
commit 2d2ff53001

View File

@ -3509,10 +3509,7 @@ been added.
with Custom.
** UTF-16 coding systems are available, encoding the same characters
as mule-utf-8. Coding system `utf-16-le-dos' is useful as the value
of `selection-coding-system' in MS Windows, allowing you to paste
multilingual text from the clipboard. Set it interactively with
C-x RET x or in .emacs with `(set-selection-coding-system 'utf-16-le-dos)'.
as mule-utf-8.
** There is a new language environment for UTF-8 (set up automatically
in UTF-8 locales).