]> git.eshelyaron.com Git - emacs.git/commitdiff
(Faset): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Jan 1994 16:13:30 +0000 (16:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Jan 1994 16:13:30 +0000 (16:13 +0000)
src/data.c

index 854fa3b3de57dc8b8d952ccb0217df4a7b77004b..4d25ed3cf5e9b79a44ca4921d6b8c59b17c3cff4 100644 (file)
@@ -1312,8 +1312,8 @@ ARRAY may be a vector or a string, or a byte-code object.  INDEX starts at 0.")
 }
 
 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;