Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dd8d1e71
Commit
dd8d1e71
authored
Oct 15, 2001
by
Pavel Janík
Browse files
(Fmapconcat): Fix typo in a doc string.
parent
288148a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/fns.c
src/fns.c
+1
-1
No files found.
src/ChangeLog
View file @
dd8d1e71
2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* fns.c (Fmapconcat): Fix typo in a doc string.
* dispnew.c (Fsleep_for): Fix typo in a doc string.
2001-10-15 Gerd Moellmann <gerd@gnu.org>
...
...
src/fns.c
View file @
dd8d1e71
...
...
@@ -2719,7 +2719,7 @@ mapcar1 (leni, vals, fn, seq)
DEFUN
(
"mapconcat"
,
Fmapconcat
,
Smapconcat
,
3
,
3
,
0
,
/* Apply FUNCTION to each element of SEQUENCE, and concat the results as strings.
In between each pair of results, stick in SEPARATOR. Thus, "" as
In between each pair of results, stick in SEPARATOR. Thus, "
" as
SEPARATOR results in spaces between the values returned by FUNCTION.
SEQUENCE may be a list, a vector, a bool-vector, or a string. */
(
function
,
sequence
,
separator
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment