emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim 8bb975d 3/3: * pyim-common.el (pyim-subconcat): Im


From: ELPA Syncer
Subject: [elpa] externals/pyim 8bb975d 3/3: * pyim-common.el (pyim-subconcat): Improve docstring.
Date: Sun, 5 Dec 2021 09:57:28 -0500 (EST)

branch: externals/pyim
commit 8bb975dc7b2db934b4f731713dcdef3ab9c2dd83
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * pyim-common.el (pyim-subconcat): Improve docstring.
---
 pyim-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-common.el b/pyim-common.el
index 9938f76..f6af740 100644
--- a/pyim-common.el
+++ b/pyim-common.el
@@ -107,7 +107,7 @@ When CARE-FIRST-ONE is no-nil, ((a b c) (d e)) => (a d)."
                #'list lists))))))
 
 (defun pyim-subconcat (list &optional sep)
-  "Concat sublist of LIST with SEP: (a b c d) => (a-b-c-d a-b-c a-b)."
+  "Concat sublist of LIST with SEP: (a b c d) => (abcd abc ab)."
   (let ((n (length list))
         output)
     (dotimes (i (- n 1))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]