aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-01-30 07:59:30 +0100
committerLars Ingebrigtsen2021-01-30 07:59:30 +0100
commit0fa2a715d4c38cdea06737b5b9142db29dc3ebc9 (patch)
treef0af902069218209809bcd4a0af63700d7a16673
parent5644ac41c42fde4a4434131e45110aa1e909e0b2 (diff)
downloademacs-0fa2a715d4c38cdea06737b5b9142db29dc3ebc9.tar.gz
emacs-0fa2a715d4c38cdea06737b5b9142db29dc3ebc9.zip
Improve :foreground description in the manual
* doc/lispref/frames.texi (Font and Color Parameters): Make the description less confusing (bug#38710).
-rw-r--r--doc/lispref/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 9b4716b93d5..a15511dc9f5 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2411,7 +2411,7 @@ attribute of the @code{default} face.
2411 2411
2412@vindex foreground-color@r{, a frame parameter} 2412@vindex foreground-color@r{, a frame parameter}
2413@item foreground-color 2413@item foreground-color
2414The color to use for the image of a character. It is equivalent to 2414The color to use for characters. It is equivalent to
2415the @code{:foreground} attribute of the @code{default} face. 2415the @code{:foreground} attribute of the @code{default} face.
2416 2416
2417@vindex background-color@r{, a frame parameter} 2417@vindex background-color@r{, a frame parameter}