From d2e832963a88e0c8c801e1aa87b16cd1b87a58e0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 25 May 2002 23:13:09 +0000 Subject: [PATCH] (Fstring): Doc fix. --- src/character.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5