branch: elpa/magit
commit 516f4c4afc8849b2aea8b57c689b03074e01506c
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diff-refine-hunk: Tweak docstring
---
lisp/magit-diff.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index ad14194d2f..857bb5a947 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -197,7 +197,7 @@ keep their distinct foreground colors."
:type 'boolean)
(defcustom magit-diff-refine-hunk nil
- "Whether to show word-granularity differences within diff hunks.
+ "Whether to refine hunks to show word-granularity differences.
`nil' Never show fine differences.
`all' Show fine differences for all displayed diff hunks.