changeset 18011:e5ae89a02d50

(Faset): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 May 1997 00:14:20 +0000
parents 7a38a8767242
children d0f4e2e9e1f8
files src/data.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Wed May 28 17:19:16 1997 +0000
+++ b/src/data.c	Thu May 29 00:14:20 1997 +0000
@@ -1635,7 +1635,8 @@
 
 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;