diff options
| author | Dave Love | 2000-08-20 18:39:20 +0000 |
|---|---|---|
| committer | Dave Love | 2000-08-20 18:39:20 +0000 |
| commit | e8efaf39f259a2e2dc4922bde6f9fb2fa31428f1 (patch) | |
| tree | 84a895caabf7e9ba3bc6c36308a8a3b5ecd102bf /lispref | |
| parent | 7fdbdbeadb334686d711f8be3c016ba84b383aa3 (diff) | |
| download | emacs-e8efaf39f259a2e2dc4922bde6f9fb2fa31428f1.tar.gz emacs-e8efaf39f259a2e2dc4922bde6f9fb2fa31428f1.zip | |
aset change.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/sequences.texi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 026f5d97e26..62662d885d7 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi | |||
| @@ -345,11 +345,8 @@ x | |||
| 345 | @end example | 345 | @end example |
| 346 | 346 | ||
| 347 | If @var{array} is a string and @var{object} is not a character, a | 347 | If @var{array} is a string and @var{object} is not a character, a |
| 348 | @code{wrong-type-argument} error results. If @var{array} is a string | 348 | @code{wrong-type-argument} error results. The function converts a |
| 349 | and @var{object} is character, but @var{object} does not use the same | 349 | unibyte string to multibyte if necessary to insert a character. |
| 350 | number of bytes as the character currently stored in @code{(aref | ||
| 351 | @var{object} @var{index})}, that is also an error. @xref{Splitting | ||
| 352 | Characters}. | ||
| 353 | @end defun | 350 | @end defun |
| 354 | 351 | ||
| 355 | @defun fillarray array object | 352 | @defun fillarray array object |