diff options
| author | Eli Zaretskii | 2014-11-07 10:59:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-07 10:59:00 +0200 |
| commit | cd4776ba267ac18025d977d6c9c3b881ec496cee (patch) | |
| tree | d1719ee8d722f0eaded46472c9efacb051bdef25 /doc | |
| parent | 9a51ab3848614bb0c55a87ed74fb16a391c4d428 (diff) | |
| download | emacs-cd4776ba267ac18025d977d6c9c3b881ec496cee.tar.gz emacs-cd4776ba267ac18025d977d6c9c3b881ec496cee.zip | |
doc/misc/eww.texi: Fix a typo and improve wording of last commit.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/eww.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index fde77745984..d22999b1da6 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -198,11 +198,11 @@ specific images completely by customizing @code{shr-blocked-images}. | |||
| 198 | @vindex shr-color-visible-distance-min | 198 | @vindex shr-color-visible-distance-min |
| 199 | @vindex shr-color-visible-luminance-min | 199 | @vindex shr-color-visible-luminance-min |
| 200 | @cindex Contrast | 200 | @cindex Contrast |
| 201 | EWW (or rather its HTML renderer @code{shr}) use the colors declared | 201 | EWW (or rather its HTML renderer @code{shr}) uses the colors declared |
| 202 | in the HTML page but adjust them if needed to keep a certain minimum | 202 | in the HTML page, but adjusts them if needed to keep a certain minimum |
| 203 | contrast. If that is still to low for you, have a look at the | 203 | contrast. If that is still too low for you, you can customize the |
| 204 | variables @code{shr-color-visible-distance-min} and | 204 | variables @code{shr-color-visible-distance-min} and |
| 205 | @code{shr-color-visible-luminance-min}. | 205 | @code{shr-color-visible-luminance-min} to get a better contrast. |
| 206 | 206 | ||
| 207 | @node History and Acknowledgments | 207 | @node History and Acknowledgments |
| 208 | @appendix History and Acknowledgments | 208 | @appendix History and Acknowledgments |