branch: elpa/magit
commit 97a0313a0f06f991b2d4d1bf85546b0657376417
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
manual: Update for rename of magit-{stage,unstage}-buffer-file
magit-stage-buffer-file and magit-unstage-buffer-file were renamed to
magit-file-stage and magit-file-unstage in bf920b7ff (2025-03-31).
---
docs/magit.org | 8 ++++----
docs/magit.texi | 16 ++++++++--------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/magit.org b/docs/magit.org
index c4ab31f104..0a0ad326e0 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -7846,9 +7846,9 @@ all, add this to your init file and restart Emacs.
- Key: C-c f (magit-file-dispatch) ::
- Key: C-c f s (magit-stage-files) ::
-- Key: C-c f s (magit-stage-buffer-file) ::
+- Key: C-c f s (magit-file-stage) ::
- Key: C-c f u (magit-unstage-files) ::
-- Key: C-c f u (magit-unstage-buffer-file) ::
+- Key: C-c f u (magit-file-unstage) ::
- Key: C-c f , x (magit-file-untrack) ::
- Key: C-c f , r (magit-file-rename) ::
- Key: C-c f , k (magit-file-delete) ::
@@ -7885,14 +7885,14 @@ all, add this to your init file and restart Emacs.
and displays them in a temporary buffer until a suffix is invoked.
- Key: C-c M-g s (magit-stage-files) ::
-- Key: C-c M-g s (magit-stage-buffer-file) ::
+- Key: C-c M-g s (magit-file-stage) ::
Stage all changes to the file being visited in the current buffer.
When not visiting a file, then the first command is used, which
prompts for a file.
- Key: C-c M-g u (magit-unstage-files) ::
-- Key: C-c M-g u (magit-unstage-buffer-file) ::
+- Key: C-c M-g u (magit-file-unstage) ::
Unstage all changes to the file being visited in the current buffer.
When not visiting a file, then the first command is used, which
diff --git a/docs/magit.texi b/docs/magit.texi
index 6ffc2385ef..580b84452c 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -9429,9 +9429,9 @@ all, add this to your init file and restart Emacs.
@table @asis
@item @kbd{C-c f} (@code{magit-file-dispatch})
@itemx @kbd{C-c f s} (@code{magit-stage-files})
-@itemx @kbd{C-c f s} (@code{magit-stage-buffer-file})
+@itemx @kbd{C-c f s} (@code{magit-file-stage})
@itemx @kbd{C-c f u} (@code{magit-unstage-files})
-@itemx @kbd{C-c f u} (@code{magit-unstage-buffer-file})
+@itemx @kbd{C-c f u} (@code{magit-file-unstage})
@itemx @kbd{C-c f , x} (@code{magit-file-untrack})
@itemx @kbd{C-c f , r} (@code{magit-file-rename})
@itemx @kbd{C-c f , k} (@code{magit-file-delete})
@@ -9487,9 +9487,9 @@ all, add this to your init file and restart Emacs.
@kindex C-c f e
@findex magit-file-dispatch
@findex magit-stage-files
-@findex magit-stage-buffer-file
+@findex magit-file-stage
@findex magit-unstage-files
-@findex magit-unstage-buffer-file
+@findex magit-file-unstage
@findex magit-file-untrack
@findex magit-file-rename
@findex magit-file-delete
@@ -9526,21 +9526,21 @@ This transient prefix command binds the following
suffix commands
and displays them in a temporary buffer until a suffix is invoked.
@item @kbd{C-c M-g s} (@code{magit-stage-files})
-@itemx @kbd{C-c M-g s} (@code{magit-stage-buffer-file})
+@itemx @kbd{C-c M-g s} (@code{magit-file-stage})
@kindex C-c M-g s
@kindex C-c M-g s
@findex magit-stage-files
-@findex magit-stage-buffer-file
+@findex magit-file-stage
Stage all changes to the file being visited in the current buffer.
When not visiting a file, then the first command is used, which
prompts for a file.
@item @kbd{C-c M-g u} (@code{magit-unstage-files})
-@itemx @kbd{C-c M-g u} (@code{magit-unstage-buffer-file})
+@itemx @kbd{C-c M-g u} (@code{magit-file-unstage})
@kindex C-c M-g u
@kindex C-c M-g u
@findex magit-unstage-files
-@findex magit-unstage-buffer-file
+@findex magit-file-unstage
Unstage all changes to the file being visited in the current buffer.
When not visiting a file, then the first command is used, which
prompts for a file.