diff src/data.c @ 5660:0951c61a12f8

(Faset): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Jan 1994 16:13:30 +0000
parents 6d6d042b3df6
children 21232a5400ea
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;