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

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

[nongnu] elpa/git-commit c5650b8b33 2/3: magit-submodule-unpopulate: Cor


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit c5650b8b33 2/3: magit-submodule-unpopulate: Correct comment
Date: Sun, 5 May 2024 16:00:29 -0400 (EDT)

branch: elpa/git-commit
commit c5650b8b33c05a6ea2b4ba7efe8128131778cec3
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-submodule-unpopulate: Correct comment
---
 lisp/magit-submodule.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el
index 24a3110dc1..a6b7704795 100644
--- a/lisp/magit-submodule.el
+++ b/lisp/magit-submodule.el
@@ -346,8 +346,8 @@ With a prefix argument act on all suitable modules.  
Otherwise,
 if the region selects modules, then act on those.  Otherwise, if
 there is a module at point, then act on that.  Otherwise read a
 single module from the user."
-  ;; Even though a package is "uninitialized" (it has no worktree)
-  ;; the super-projects $GIT_DIR/config may never-the-less set the
+  ;; Even when a submodule is "uninitialized" (it has no worktree)
+  ;; the super-project's $GIT_DIR/config may never-the-less set the
   ;; module's url.  This may happen if you `deinit' and then `init'
   ;; to register (NOT initialize).  Because the purpose of `deinit'
   ;; is to remove the working directory AND to remove the url, this



reply via email to

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