From: Juanma Barranquero Date: Mon, 14 Oct 2002 09:37:38 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.2.92~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1269bba5883cddc22758c916b01d8d80f3771344;p=emacs.git Fix typo. --- diff --git a/etc/NEWS b/etc/NEWS index 8a957a24c53..b9937e07610 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -15,7 +15,7 @@ with Custom. 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)'. +C-x RET x or in .emacs with `(set-selection-coding-system 'utf-16-le-dos)'. ** There is a new language environment for UTF-8 (set up automatically in UTF-8 locales).