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

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

[nongnu] elpa/git-commit 8c84b51 1/2: magit-diff-expansion-threshold: Fi


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 8c84b51 1/2: magit-diff-expansion-threshold: Fix doc-string typo
Date: Sun, 22 Aug 2021 00:57:21 -0400 (EDT)

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

    magit-diff-expansion-threshold: Fix doc-string typo
---
 lisp/magit-diff.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 8d0ac07..b8bf5fe 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -93,10 +93,10 @@
 (defcustom magit-diff-expansion-threshold 60
   "After how many seconds not to expand anymore diffs.
 
-Except in status buffers, diffs are usually start out fully
-expanded.  Because that can take a long time, all diffs that
-haven't been fontified during a refresh before the threshold
-defined here are instead displayed with their bodies collapsed.
+Except in status buffers, diffs usually start out fully expanded.
+Because that can take a long time, all diffs that haven't been
+fontified during a refresh before the threshold defined here are
+instead displayed with their bodies collapsed.
 
 Note that this can cause sections that were previously expanded
 to be collapsed.  So you should not pick a very low value here.



reply via email to

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