branch: externals/mpdired
commit ea686b71c370e0846cbc9366e748688ed2d1057f
Author: Manuel Giraud <[email protected]>
Commit: Manuel Giraud <[email protected]>
a docstring for unsplit
---
mpdired.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mpdired.el b/mpdired.el
index dc287d0618..a9d17c4651 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -839,6 +839,8 @@ In the queue view, starts playing the song at point."
(mpdired-playid-at-point))))
(defun mpdired--unsplit (list separator)
+ "Concatenates all elements of LIST (should be strings) separated by the
+SEPARATOR string."
(let (res)
(dolist (e (butlast list))
(push e res)