aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-05-25 23:13:09 +0000
committerDave Love2002-05-25 23:13:09 +0000
commitd2e832963a88e0c8c801e1aa87b16cd1b87a58e0 (patch)
tree1ffc4aae1938768a72d305845cd838cccfd7c93b /src
parent08a2119c7f7b5e8e9ea4547a7b2a7f6d1c40f315 (diff)
downloademacs-d2e832963a88e0c8c801e1aa87b16cd1b87a58e0.tar.gz
emacs-d2e832963a88e0c8c801e1aa87b16cd1b87a58e0.zip
(Fstring): Doc fix.
Diffstat (limited to 'src')
-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)
837 837
838DEFUN ("string", Fstring, Sstring, 1, MANY, 0, 838DEFUN ("string", Fstring, Sstring, 1, MANY, 0,
839 doc: /* 839 doc: /*
840Concatenate all the argument characters and make the result a string. */) 840Concatenate all the argument characters and make the result a string.
841usage: (string &rest CHARACTERS) */)
841 (n, args) 842 (n, args)
842 int n; 843 int n;
843 Lisp_Object *args; 844 Lisp_Object *args;