+2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is
+ (bug#9493).
+
2011-09-18 Chong Yidong <cyd@stupidchicken.com>
* xfns.c (Fx_create_frame): Handle the bitmapIcon resource as
DEFUN ("read-from-string", Fread_from_string, Sread_from_string, 1, 3, 0,
doc: /* Read one Lisp expression which is represented as text by STRING.
Returns a cons: (OBJECT-READ . FINAL-STRING-INDEX).
+FINAL-STRING-INDEX is an integer giving the position of the next
+ remaining chararacter in STRING.
START and END optionally delimit a substring of STRING from which to read;
they default to 0 and (length STRING) respectively. */)
(Lisp_Object string, Lisp_Object start, Lisp_Object end)