changeset 30983:ce8c496b524d

aset change.
author Dave Love <fx@gnu.org>
date Sun, 20 Aug 2000 18:39:20 +0000
parents 7e7ba448ad10
children 9d25b399dd59
files lispref/sequences.texi
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/sequences.texi	Sun Aug 20 18:34:24 2000 +0000
+++ b/lispref/sequences.texi	Sun Aug 20 18:39:20 2000 +0000
@@ -345,11 +345,8 @@
 @end example
 
 If @var{array} is a string and @var{object} is not a character, a
-@code{wrong-type-argument} error results.  If @var{array} is a string
-and @var{object} is character, but @var{object} does not use the same
-number of bytes as the character currently stored in @code{(aref
-@var{object} @var{index})}, that is also an error.  @xref{Splitting
-Characters}.
+@code{wrong-type-argument} error results.  The function converts a
+unibyte string to multibyte if necessary to insert a character.
 @end defun
 
 @defun fillarray array object