diff options
| author | Dave Love | 2002-05-25 23:13:09 +0000 |
|---|---|---|
| committer | Dave Love | 2002-05-25 23:13:09 +0000 |
| commit | d2e832963a88e0c8c801e1aa87b16cd1b87a58e0 (patch) | |
| tree | 1ffc4aae1938768a72d305845cd838cccfd7c93b /src | |
| parent | 08a2119c7f7b5e8e9ea4547a7b2a7f6d1c40f315 (diff) | |
| download | emacs-d2e832963a88e0c8c801e1aa87b16cd1b87a58e0.tar.gz emacs-d2e832963a88e0c8c801e1aa87b16cd1b87a58e0.zip | |
(Fstring): Doc fix.
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 a3d2d8a41db..d189ebac191 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -837,7 +837,8 @@ string_escape_byte8 (string) | |||
| 837 | 837 | ||
| 838 | DEFUN ("string", Fstring, Sstring, 1, MANY, 0, | 838 | DEFUN ("string", Fstring, Sstring, 1, MANY, 0, |
| 839 | doc: /* | 839 | doc: /* |
| 840 | Concatenate all the argument characters and make the result a string. */) | 840 | Concatenate all the argument characters and make the result a string. |
| 841 | usage: (string &rest CHARACTERS) */) | ||
| 841 | (n, args) | 842 | (n, args) |
| 842 | int n; | 843 | int n; |
| 843 | Lisp_Object *args; | 844 | Lisp_Object *args; |