Mercurial > emacs
changeset 5660:0951c61a12f8
(Faset): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 Jan 1994 16:13:30 +0000 |
parents | 32a02ab40d58 |
children | 066830a71a63 |
files | src/data.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/data.c Fri Jan 21 21:21:20 1994 +0000 +++ b/src/data.c Sat Jan 22 16:13:30 1994 +0000 @@ -1312,8 +1312,8 @@ } DEFUN ("aset", Faset, Saset, 3, 3, 0, - "Store into the element of ARRAY at index INDEX the value NEWVAL.\n\ -ARRAY may be a vector or a string. INDEX starts at 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, idx, newelt) register Lisp_Object array; Lisp_Object idx, newelt;