# HG changeset patch # User Dave Love # Date 1022368389 0 # Node ID 90a6e8c612731431076890bd15304368b67f18cb # Parent c01417a4990ad2c29f84e4e28bb5ea1a409ed479 (Fstring): Doc fix. diff -r c01417a4990a -r 90a6e8c61273 src/character.c --- a/src/character.c Sat May 25 17:12:16 2002 +0000 +++ b/src/character.c Sat May 25 23:13:09 2002 +0000 @@ -837,7 +837,8 @@ 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;