# HG changeset patch # User Richard M. Stallman # Date 1085264558 0 # Node ID 1c3b8ce97c634e87e90bca02555ce44af31f5b2d # Parent dc4797dbcccd04fffb4042844334f696a2ea5f2d (Fmake_string): Doc fix. diff -r dc4797dbcccd -r 1c3b8ce97c63 src/alloc.c --- a/src/alloc.c Sat May 22 22:20:51 2004 +0000 +++ b/src/alloc.c Sat May 22 22:22:38 2004 +0000 @@ -1893,8 +1893,9 @@ DEFUN ("make-string", Fmake_string, Smake_string, 2, 2, 0, - doc: /* Return a newly created string of length LENGTH, with each element being INIT. -Both LENGTH and INIT must be numbers. */) + doc: /* Return a newly created string of length LENGTH, with INIT in each element. +LENGTH must be an integer. +INIT must be an integer that represents a character. */) (length, init) Lisp_Object length, init; {