aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 854fa3b3de5..4d25ed3cf5e 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1312,8 +1312,8 @@ ARRAY may be a vector or a string, or a byte-code object. INDEX starts at 0.")
1312} 1312}
1313 1313
1314DEFUN ("aset", Faset, Saset, 3, 3, 0, 1314DEFUN ("aset", Faset, Saset, 3, 3, 0,
1315 "Store into the element of ARRAY at index INDEX the value NEWVAL.\n\ 1315 "Store into the element of ARRAY at index IDX the value NEWELT.\n\
1316ARRAY may be a vector or a string. INDEX starts at 0.") 1316ARRAY may be a vector or a string. IDX starts at 0.")
1317 (array, idx, newelt) 1317 (array, idx, newelt)
1318 register Lisp_Object array; 1318 register Lisp_Object array;
1319 Lisp_Object idx, newelt; 1319 Lisp_Object idx, newelt;