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

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

[nongnu] elpa/git-commit 9cde118744: magit-wip-log-get-tips: Fix typo in


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 9cde118744: magit-wip-log-get-tips: Fix typo in comment
Date: Tue, 14 May 2024 15:59:53 -0400 (EDT)

branch: elpa/git-commit
commit 9cde118744151caca08b080e15f0c903f17d0f20
Author: Park Zhou <ideapark@petalmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-wip-log-get-tips: Fix typo in comment
    
    Signed-off-by: Park Zhou <ideapark@petalmail.com>
---
 lisp/magit-wip.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el
index cbd90d3106..3cbdeeec76 100644
--- a/lisp/magit-wip.el
+++ b/lisp/magit-wip.el
@@ -461,7 +461,7 @@ many \"branches\" of each wip ref are shown."
       (while (and reflog (> count 1))
         ;; "start autosaving ..." is the current message, but it used
         ;; to be "restart autosaving ...", and those messages may
-        ;; still be around (e.g., if gc.reflogExpire is to "never").
+        ;; still be around (e.g., if gc.reflogExpire is set to "never").
         (setq reflog (cl-member "^[^ ]+ [^:]+: \\(?:re\\)?start autosaving"
                                 reflog :test #'string-match-p))
         (when (and (cadr reflog)



reply via email to

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