branch: elpa/git-commit commit 52131989f356ecd397d64634266bae7cb3db18b9 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
manual: Correct color claimed to be used for certain commits Closes #4612. --- docs/magit.org | 5 ++++- docs/magit.texi | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/magit.org b/docs/magit.org index 7cfcb5e913..211d387d57 100644 --- a/docs/magit.org +++ b/docs/magit.org @@ -5844,7 +5844,10 @@ shown in different colors to indicate the status of the commits. The following colors are used: -- Yellow commits have not been applied yet. +- Commits that use the same forground color as the ~default~ face have + not been applied yet. (This used to claim that they are yellow, but + when using the default theme, that wasn't true. However some themes + may use yellow in an effort to follow the previously listed color.) - Gray commits have already been applied. diff --git a/docs/magit.texi b/docs/magit.texi index b171dc9d5b..1729d2a00a 100644 --- a/docs/magit.texi +++ b/docs/magit.texi @@ -7194,7 +7194,10 @@ The following colors are used: @itemize @item -Yellow commits have not been applied yet. +Commits that use the same forground color as the @code{default} face have +not been applied yet. (This used to claim that they are yellow, but +when using the default theme, that wasn't true. However some themes +may use yellow in an effort to follow the previously listed color.) @item Gray commits have already been applied.