aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 53a92ac03bb..45b2bf73026 100644
--- a/src/data.c
+++ b/src/data.c
@@ -2272,8 +2272,8 @@ function chain of symbols. */)
2272/* Extract and set vector and string elements. */ 2272/* Extract and set vector and string elements. */
2273 2273
2274DEFUN ("aref", Faref, Saref, 2, 2, 0, 2274DEFUN ("aref", Faref, Saref, 2, 2, 0,
2275 doc: /* Return the element of ARG at index IDX. 2275 doc: /* Return the element of ARRAY at index IDX.
2276ARG may be a vector, a string, a char-table, a bool-vector, a record, 2276ARRAY may be a vector, a string, a char-table, a bool-vector, a record,
2277or a byte-code object. IDX starts at 0. */) 2277or a byte-code object. IDX starts at 0. */)
2278 (register Lisp_Object array, Lisp_Object idx) 2278 (register Lisp_Object array, Lisp_Object idx)
2279{ 2279{