comparison src/character.c @ 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 fa02baec53ff
children 541da5d81b14
comparison
equal deleted inserted replaced
90941:e64d2905643a 90942:ba60bd18bc0b
930 930
931 return make_string_from_bytes ((char *) buf, n, p - buf); 931 return make_string_from_bytes ((char *) buf, n, p - buf);
932 } 932 }
933 933
934 DEFUN ("unibyte-string", Funibyte_string, Sunibyte_string, 0, MANY, 0, 934 DEFUN ("unibyte-string", Funibyte_string, Sunibyte_string, 0, MANY, 0,
935 doc: /* Concatenate all the argument bytes and make the result a unibyte string. */) 935 doc: /* Concatenate all the argument bytes and make the result a unibyte string.
936 usage: (unibyte-string &rest BYTES) */)
936 (n, args) 937 (n, args)
937 int n; 938 int n;
938 Lisp_Object *args; 939 Lisp_Object *args;
939 { 940 {
940 int i; 941 int i;