aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2001-10-21 09:59:56 +0000
committerMiles Bader2001-10-21 09:59:56 +0000
commit5f5d497ee44b7004dcde2e60b6679f4c3359895c (patch)
tree5b918986a49570f6d671166d94948f53301d4aab /src
parentd98b59b593083baac1a6e378a9e44c66d25210a5 (diff)
downloademacs-5f5d497ee44b7004dcde2e60b6679f4c3359895c.tar.gz
emacs-5f5d497ee44b7004dcde2e60b6679f4c3359895c.zip
(Fstring): Add usage: string to doc string.
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;