emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 6dc2846: * src/data.c (Faref): Fix a typo in the


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 6dc2846: * src/data.c (Faref): Fix a typo in the doc string. (Bug#30510)
Date: Sun, 18 Feb 2018 11:36:45 -0500 (EST)

branch: emacs-26
commit 6dc2846a2d6432648e88f76ab0946a4534b81bc0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/data.c (Faref): Fix a typo in the doc string.  (Bug#30510)
---
 src/data.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/data.c b/src/data.c
index 53a92ac..45b2bf7 100644
--- a/src/data.c
+++ b/src/data.c
@@ -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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]