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 3ffca54658d..903e809d235 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -2266,8 +2266,8 @@ function chain of symbols. */) | |||
| 2266 | /* Extract and set vector and string elements. */ | 2266 | /* Extract and set vector and string elements. */ |
| 2267 | 2267 | ||
| 2268 | DEFUN ("aref", Faref, Saref, 2, 2, 0, | 2268 | DEFUN ("aref", Faref, Saref, 2, 2, 0, |
| 2269 | doc: /* Return the element of ARRAY at index IDX. | 2269 | doc: /* Return the element of ARG at index IDX. |
| 2270 | ARRAY may be a vector, a string, a char-table, a bool-vector, | 2270 | ARG may be a vector, a string, a char-table, a bool-vector, a record, |
| 2271 | or a byte-code object. IDX starts at 0. */) | 2271 | or a byte-code object. IDX starts at 0. */) |
| 2272 | (register Lisp_Object array, Lisp_Object idx) | 2272 | (register Lisp_Object array, Lisp_Object idx) |
| 2273 | { | 2273 | { |