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

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

[elpa] externals/gnugo c0f6ed5 328/357: [gnugo int] Comment munging; nfc


From: Stefan Monnier
Subject: [elpa] externals/gnugo c0f6ed5 328/357: [gnugo int] Comment munging; nfc.
Date: Sun, 29 Nov 2020 14:51:50 -0500 (EST)

branch: externals/gnugo
commit c0f6ed55bf1db057ab1555218612c74c1a513ee3
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo int] Comment munging; nfc.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index ddfc953..3bfee65 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2688,7 +2688,7 @@ A collection is a list of gametrees, each a vector of 
four elements:
                              ((?\[ ?\] ?\\) (format "\\%c" c))
                              (?: (concat (if composed "\\" "") ":"))
                              (t (string c))))
-                         ;; ‘list-to-string’ unnecessary; ‘mapconcat’ DTRT
+                         ;; ‘string-to-list’ unnecessary; ‘mapconcat’ DTRT
                          (if (stringp val)
                              val
                            (format "%s" val))



reply via email to

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