aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c
index 7c50d245ebe..445ecbd1296 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1629,7 +1629,8 @@ str_as_unibyte (str, bytes)
1629 1629
1630 1630
1631DEFUN ("string", Fstring, Sstring, 1, MANY, 0, 1631DEFUN ("string", Fstring, Sstring, 1, MANY, 0,
1632 doc: /* Concatenate all the argument characters and make the result a string. */) 1632 doc: /* Concatenate all the argument characters and make the result a string.
1633usage: (string &rest CHARACTERS) */)
1633 (n, args) 1634 (n, args)
1634 int n; 1635 int n;
1635 Lisp_Object *args; 1636 Lisp_Object *args;