Mercurial > emacs
changeset 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 | c8af574bcf48 |
children | 528dd5f565ba |
files | src/charset.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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;