changeset 88640:90a6e8c61273

(Fstring): Doc fix.
author Dave Love <fx@gnu.org>
date Sat, 25 May 2002 23:13:09 +0000
parents c01417a4990a
children 203bb5221b98
files src/character.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;