branch: elpa/magit
commit 28249e37811e5d7d990c6b3059a646b191e760df
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Refer to right margin in docstrings of margin commands
We are going to (optionally) use the left margin as well.
---
lisp/magit-margin.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lisp/magit-margin.el b/lisp/magit-margin.el
index d60b13f90dc..c43e2985455 100644
--- a/lisp/magit-margin.el
+++ b/lisp/magit-margin.el
@@ -57,7 +57,7 @@ does not carry to other options."
;;; Commands
(transient-define-prefix magit-margin-settings ()
- "Change what information is displayed in the margin."
+ "Change what information is displayed in the right margin."
:info-manual "(magit) Log Margin"
["Margin"
(magit-toggle-margin)
@@ -66,7 +66,7 @@ does not carry to other options."
(magit-refs-set-show-commit-count)])
(transient-define-suffix magit-toggle-margin ()
- "Show or hide the Magit margin."
+ "Show or hide the right margin."
:description "Toggle visibility"
:key "L"
:transient t
@@ -80,7 +80,7 @@ does not carry to other options."
"See https://github.com/magit/magit/pull/4605.")
(transient-define-suffix magit-cycle-margin-style ()
- "Cycle style used for the Magit margin."
+ "Cycle style used for the right margin."
:description "Cycle style"
:key "l"
:transient t
@@ -99,7 +99,7 @@ does not carry to other options."
(magit-set-buffer-margin nil t))
(transient-define-suffix magit-toggle-margin-details ()
- "Show or hide details in the Magit margin."
+ "Show or hide details in the right margin."
:description "Toggle details"
:key "d"
:transient t