summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-05-29 00:14:20 +0000
committerRichard M. Stallman <rms@gnu.org>1997-05-29 00:14:20 +0000
commitfe37af17f67bba5672e33ea4ab90e1e5309b687c (patch)
treebd052e14aafed5df4db66af3cba41bad64b91083 /src
parentd32f85dead77709b93975cae0f416ee54d1a0282 (diff)
downloademacs-fe37af17f67bba5672e33ea4ab90e1e5309b687c.tar.gz
(Faset): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c
index 1e0b3da35ad..c84b137b5d6 100644
--- a/src/data.c
+++ b/src/data.c
@@ -1635,7 +1635,8 @@ or a byte-code object. IDX starts at 0.")
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;