From: Dave Love Date: Sun, 20 Aug 2000 18:39:20 +0000 (+0000) Subject: aset change. X-Git-Tag: emacs-pretest-21.0.90~2152 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/e8efaf39f259a2e2dc4922bde6f9fb2fa31428f1 aset change. --- diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 026f5d97e2..62662d885d 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi @@ -345,11 +345,8 @@ x @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