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

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

[elpa] master 6bcf68c 1/2: [gnugo int] Comment munging; nfc.


From: Thien-Thi Nguyen
Subject: [elpa] master 6bcf68c 1/2: [gnugo int] Comment munging; nfc.
Date: Mon, 6 Feb 2017 22:38:40 +0000 (UTC)

branch: master
commit 6bcf68c5866e714ea0f6d80e51ef7f25d5241d5c
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

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

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index ddfc953..3bfee65 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]