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