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

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

[nongnu] elpa/git-commit f9268a9598 3/3: manual: Fix description of pref


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit f9268a9598 3/3: manual: Fix description of prefix arg for magit-fetch-modules
Date: Wed, 22 May 2024 01:00:12 -0400 (EDT)

branch: elpa/git-commit
commit f9268a959828d0c6ab26171dd2fb1ffc55e5ae70
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    manual: Fix description of prefix arg for magit-fetch-modules
    
    A prefix arg triggers the transient as of fd5b9ead
    (magit-fetch-modules: With prefix argument act as transient prefix,
    2021-12-01).
---
 docs/magit.org  | 11 +++++++----
 docs/magit.texi | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/docs/magit.org b/docs/magit.org
index 1f07348254..40a2a74837 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -6700,8 +6700,9 @@ push-remote, see [[*The Two Remotes]].
 
 - Key: f m (magit-fetch-modules) ::
 
-  This command fetches all submodules.  With a prefix argument it
-  fetches all remotes of all submodules.
+  This command fetches all submodules.  With a prefix argument, it
+  acts as a transient prefix command, allowing the caller to set
+  options.
 
 - User Option: magit-pull-or-fetch ::
 
@@ -7155,10 +7156,12 @@ suitable modules.
 
 - Key: o f (magit-fetch-modules) ::
 
-  This command fetches all populated modules.
+  This command fetches all populated modules.  With a prefix argument,
+  it acts as a transient prefix command, allowing the caller to set
+  options.
 
   Also fetch the super-repository, because ~git fetch~ does not
-  support not doing that.  With a prefix argument fetch all remotes.
+  support not doing that.
 
 ** Subtree
 
diff --git a/docs/magit.texi b/docs/magit.texi
index 2a7bfdf10c..0c3f8ddbc8 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -8279,8 +8279,9 @@ This command fetches from all remotes.
 @item @kbd{f m} (@code{magit-fetch-modules})
 @kindex f m
 @findex magit-fetch-modules
-This command fetches all submodules.  With a prefix argument it
-fetches all remotes of all submodules.
+This command fetches all submodules.  With a prefix argument, it
+acts as a transient prefix command, allowing the caller to set
+options.
 @end table
 
 @defopt magit-pull-or-fetch
@@ -8911,10 +8912,12 @@ This command displays a list of the current 
repository's modules.
 @item @kbd{o f} (@code{magit-fetch-modules})
 @kindex o f
 @findex magit-fetch-modules
-This command fetches all populated modules.
+This command fetches all populated modules.  With a prefix argument,
+it acts as a transient prefix command, allowing the caller to set
+options.
 
 Also fetch the super-repository, because @code{git fetch} does not
-support not doing that.  With a prefix argument fetch all remotes.
+support not doing that.
 @end table
 
 @node Subtree



reply via email to

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