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

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

[nongnu] elpa/git-commit 84104e8 2/2: manual: Correct face name


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 84104e8 2/2: manual: Correct face name
Date: Sun, 28 Nov 2021 12:57:38 -0500 (EST)

branch: elpa/git-commit
commit 84104e84bbf9811b49b0f9a2a29aa15ff72d39ce
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Correct face name
---
 Documentation/magit.org  | 4 ++--
 Documentation/magit.texi | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/magit.org b/Documentation/magit.org
index d411ac3..5a2ffe9 100644
--- a/Documentation/magit.org
+++ b/Documentation/magit.org
@@ -8546,9 +8546,9 @@ cater to that.
 ~magit-diff-highlight-trailing~, and ~magit-diff-paint-whitespace~; and
 insert some whitespace errors into the code you use for testing.)
 
-For e.g. "added lines" you have to adjust three faces:
+For added lines you have to adjust three faces:
 ~magit-diff-added~, ~magit-diff-added-highlight~, and
-~smerge-refined-added~.  Make sure that the latter works well with both
+~diff-refined-added~.  Make sure that the latter works well with both
 of the former, as well as ~smerge-other~ and ~diff-added~.  Then do the
 same for the removed lines, context lines, lines added by us, and
 lines added by them.  Also make sure the respective added, removed,
diff --git a/Documentation/magit.texi b/Documentation/magit.texi
index 378956c..d362dd6 100644
--- a/Documentation/magit.texi
+++ b/Documentation/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title Magit User Manual
-@subtitle for version 3.3.0
+@subtitle for version 3.3.0 (v3.3.0-40-g6da7771b6+1)
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ directly from within Emacs.  While many fine Git clients 
exist, only
 Magit and Git itself deserve to be called porcelains.
 
 @noindent
-This manual is for Magit version 3.3.0.
+This manual is for Magit version 3.3.0 (v3.3.0-40-g6da7771b6+1).
 
 @quotation
 Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li>
@@ -11354,9 +11354,9 @@ cater to that.
 @code{magit-diff-highlight-trailing}, and @code{magit-diff-paint-whitespace}; 
and
 insert some whitespace errors into the code you use for testing.)
 
-For e.g. "added lines" you have to adjust three faces:
+For added lines you have to adjust three faces:
 @code{magit-diff-added}, @code{magit-diff-added-highlight}, and
-@code{smerge-refined-added}.  Make sure that the latter works well with both
+@code{diff-refined-added}.  Make sure that the latter works well with both
 of the former, as well as @code{smerge-other} and @code{diff-added}.  Then do 
the
 same for the removed lines, context lines, lines added by us, and
 lines added by them.  Also make sure the respective added, removed,



reply via email to

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