]> git.eshelyaron.com Git - emacs.git/commit
Amend doc of `mapconcat': it can take sequences, not merely strings.
authorAlan Mackenzie <acm@muc.de>
Mon, 7 Dec 2015 10:39:07 +0000 (10:39 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 7 Dec 2015 10:39:07 +0000 (10:39 +0000)
commitf5c403d269f4f5079dc47853f16a51e9542ea238
treefc2cd75cc227517ff727579d70ca1b35097b9361
parent72c20d0be811966afccdb7551d3341d10d3be9a9
Amend doc of `mapconcat': it can take sequences, not merely strings.

* doc/lispref/functions.texi (Mapping Functions): Amend the doc of `mapconcat'
to say that SEPARATOR and the results from FUNCTION may be any character
sequences, not just strings.  Add an @xref to "Sequences Arrays Vectors".
doc/lispref/functions.texi