# HG changeset patch # User Kenichi Handa # Date 1181959267 0 # Node ID ba60bd18bc0baa4f3d2d03f749d136dd75fc22a0 # Parent e64d2905643a06ab3828f4538e07f0b3d367359a (Funibyte_string): Add "usage: ..." to the docstring. diff -r e64d2905643a -r ba60bd18bc0b src/character.c --- a/src/character.c Sat Jun 16 01:59:28 2007 +0000 +++ b/src/character.c Sat Jun 16 02:01:07 2007 +0000 @@ -932,7 +932,8 @@ } DEFUN ("unibyte-string", Funibyte_string, Sunibyte_string, 0, MANY, 0, - doc: /* Concatenate all the argument bytes and make the result a unibyte string. */) + doc: /* Concatenate all the argument bytes and make the result a unibyte string. +usage: (unibyte-string &rest BYTES) */) (n, args) int n; Lisp_Object *args;