# HG changeset patch # User Miles Bader # Date 1003658396 0 # Node ID 78a7615cd8631ecf5b087c527ede98416038d9ad # Parent c8af574bcf4848aa54254fbcd5e9696493b14eb1 (Fstring): Add usage: string to doc string. diff -r c8af574bcf48 -r 78a7615cd863 src/charset.c --- 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;