From: Richard M. Stallman Date: Sat, 22 May 2004 22:22:38 +0000 (+0000) Subject: (Fmake_string): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~6089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69623621a48d6430ffc1eb2c3b9f67b839047a25;p=emacs.git (Fmake_string): Doc fix. --- diff --git a/src/alloc.c b/src/alloc.c index fb424e6aee6..865675d96ad 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1893,8 +1893,9 @@ compact_small_strings () 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; {