From: Kenichi Handa Date: Sat, 16 Jun 2007 02:01:07 +0000 (+0000) Subject: (Funibyte_string): Add "usage: ..." to the docstring. X-Git-Tag: emacs-pretest-23.0.90~8295^2~417 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87d6f9659c8810e4fa0825f1a4a66335aa8af798;p=emacs.git (Funibyte_string): Add "usage: ..." to the docstring. --- diff --git a/src/character.c b/src/character.c index 630eac9fc3b..15a2c45fdf8 100644 --- a/src/character.c +++ b/src/character.c @@ -932,7 +932,8 @@ usage: (string &rest CHARACTERS) */) } 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;