]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Feb 2018 16:36:11 +0000 (18:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Feb 2018 16:36:11 +0000 (18:36 +0200)
src/data.c

index 53a92ac03bb2e6f37d5f413d6c43cfe6f2135f16..45b2bf7302600cc41160e48f6af1225acd35efec 100644 (file)
@@ -2272,8 +2272,8 @@ function chain of symbols.  */)
 /* Extract and set vector and string elements.  */
 
 DEFUN ("aref", Faref, Saref, 2, 2, 0,
-       doc: /* Return the element of ARG at index IDX.
-ARG may be a vector, a string, a char-table, a bool-vector, a record,
+       doc: /* Return the element of ARRAY at index IDX.
+ARRAY may be a vector, a string, a char-table, a bool-vector, a record,
 or a byte-code object.  IDX starts at 0.  */)
   (register Lisp_Object array, Lisp_Object idx)
 {