Mercurial > emacs
diff 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 |
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;