branch: elpa/magit
commit 12cff877cd07af2c339c2a01cbbd110d16f60be8
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diffstat-{added,removed}: Tweak docstrings
---
lisp/magit-diff.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 755cd6dea5d..b3e0f3bdc13 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -811,13 +811,13 @@ and `:slant'."
(defface magit-diffstat-added
'((((class color) (background light)) :foreground "#22aa22")
(((class color) (background dark)) :foreground "#448844"))
- "Face for plus sign in diffstat."
+ "Face for addition indicator in diffstat."
:group 'magit-faces)
(defface magit-diffstat-removed
'((((class color) (background light)) :foreground "#aa2222")
(((class color) (background dark)) :foreground "#aa4444"))
- "Face for minus sign in diffstat."
+ "Face for removal indicator in diffstat."
:group 'magit-faces)
;;; Arguments