diff etc/NEWS @ 30357:2696b797cd2f

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 21 Jul 2000 06:59:01 +0000
parents 70d759570f7a
children 2047c9586451
line wrap: on
line diff
--- a/etc/NEWS	Fri Jul 21 06:45:30 2000 +0000
+++ b/etc/NEWS	Fri Jul 21 06:59:01 2000 +0000
@@ -52,9 +52,10 @@
 escape sequences.  If this variable is non-nil, the algorithm ignores
 such escape sequences.  The default value is nil, and it is
 recommended not to change it except for the special case that you
-always want to read any escape code verbatimly.  If you just want to
+always want to read any escape code verbatim.  If you just want to
 read a specific file without decoding escape codes, use C-x RET c
-(`universal-coding-system-argument').
+(`universal-coding-system-argument').  For instance, C-x RET c latin-1
+RET C-x C-f filename RET.
 
 ** Variable `default-korean-keyboard' is initialized properly from the
 environment variable `HANGUL_KEYBOARD_TYPE'.
@@ -1286,6 +1287,10 @@
 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
 (Display-related features are described in a page of their own below.)
 
+** Function `aset' stores any multibyte character in any string
+without signaling "Attempt to change char length of a string".  It may
+convert a unibyte string to multibyte if necessary.
+
 ** The value of the `help-echo' text property is called as a function
 or evaluated, if it is not a string already, to obtain a help string.