From 87d6f9659c8810e4fa0825f1a4a66335aa8af798 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 16 Jun 2007 02:01:07 +0000 Subject: [PATCH] (Funibyte_string): Add "usage: ..." to the docstring. --- src/character.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5