diff src/charset.c @ 40115:78a7615cd863

(Fstring): Add usage: string to doc string.
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 09:59:56 +0000
parents 6b389fb978bc
children cdfd4d09b79a
line wrap: on
line diff
--- a/src/charset.c	Sun Oct 21 09:53:01 2001 +0000
+++ b/src/charset.c	Sun Oct 21 09:59:56 2001 +0000
@@ -1629,7 +1629,8 @@
 
 
 DEFUN ("string", Fstring, Sstring, 1, MANY, 0,
-       doc: /* Concatenate all the argument characters and make the result a string.  */)
+  doc: /* Concatenate all the argument characters and make the result a string.
+usage: (string &rest CHARACTERS)  */)
      (n, args)
      int n;
      Lisp_Object *args;