summaryrefslogtreecommitdiff
path: root/src/character.c
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-05-25 23:13:09 +0000
committerDave Love <fx@gnu.org>2002-05-25 23:13:09 +0000
commitd2e832963a88e0c8c801e1aa87b16cd1b87a58e0 (patch)
tree1ffc4aae1938768a72d305845cd838cccfd7c93b /src/character.c
parent08a2119c7f7b5e8e9ea4547a7b2a7f6d1c40f315 (diff)
downloademacs-d2e832963a88e0c8c801e1aa87b16cd1b87a58e0.tar.gz
(Fstring): Doc fix.
Diffstat (limited to 'src/character.c')
-rw-r--r--src/character.c3
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)
DEFUN ("string", Fstring, Sstring, 1, MANY, 0,
doc: /*
-Concatenate all the argument characters and make the result a string. */)
+Concatenate all the argument characters and make the result a string.
+usage: (string &rest CHARACTERS) */)
(n, args)
int n;
Lisp_Object *args;