changeset 90942:ba60bd18bc0b

(Funibyte_string): Add "usage: ..." to the docstring.
author Kenichi Handa <handa@m17n.org>
date Sat, 16 Jun 2007 02:01:07 +0000
parents e64d2905643a
children 57bc51458cac
files src/character.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;