Mercurial > emacs
diff src/data.c @ 18011:e5ae89a02d50
(Faset): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 29 May 1997 00:14:20 +0000 |
| parents | 3cf4a044aaad |
| children | a2029aaffb4f |
line wrap: on
line diff
--- a/src/data.c Wed May 28 17:19:16 1997 +0000 +++ b/src/data.c Thu May 29 00:14:20 1997 +0000 @@ -1635,7 +1635,8 @@ DEFUN ("aset", Faset, Saset, 3, 3, 0, "Store into the element of ARRAY at index IDX the value NEWELT.\n\ -ARRAY may be a vector or a string. IDX starts at 0.") +ARRAY may be a vector, a string, a char-table or a bool-vector.\n\ +IDX starts at 0.") (array, idx, newelt) register Lisp_Object array; Lisp_Object idx, newelt;
