]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fstring): Doc fix.
authorDave Love <fx@gnu.org>
Sat, 25 May 2002 23:13:09 +0000 (23:13 +0000)
committerDave Love <fx@gnu.org>
Sat, 25 May 2002 23:13:09 +0000 (23:13 +0000)
src/character.c

index a3d2d8a41db7b94afdf25b337b7201593e2275ea..d189ebac191a2aa44ebae0b7f889f23ce6b915b1 100644 (file)
@@ -837,7 +837,8 @@ string_escape_byte8 (string)
 \f
 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;