diff options
| author | Kenichi Handa | 2007-06-16 02:01:07 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-06-16 02:01:07 +0000 |
| commit | 87d6f9659c8810e4fa0825f1a4a66335aa8af798 (patch) | |
| tree | f3cba09817bd2f745566cb7b8fcca34cc5d943cc /src | |
| parent | 16460a7654a83bbe298e238de45f343446d9ebd1 (diff) | |
| download | emacs-87d6f9659c8810e4fa0825f1a4a66335aa8af798.tar.gz emacs-87d6f9659c8810e4fa0825f1a4a66335aa8af798.zip | |
(Funibyte_string): Add "usage: ..." to the docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/character.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) */) | |||
| 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; |