From: Dave Love Date: Sat, 25 May 2002 23:13:09 +0000 (+0000) Subject: (Fstring): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2e832963a88e0c8c801e1aa87b16cd1b87a58e0;p=emacs.git (Fstring): Doc fix. --- diff --git a/src/character.c b/src/character.c index a3d2d8a41db..d189ebac191 100644 --- a/src/character.c +++ b/src/character.c @@ -837,7 +837,8 @@ string_escape_byte8 (string) DEFUN ("string", Fstring, Sstring, 1, MANY, 0, doc: /* -Concatenate all the argument characters and make the result a string. */) +Concatenate all the argument characters and make the result a string. +usage: (string &rest CHARACTERS) */) (n, args) int n; Lisp_Object *args;