]> git.eshelyaron.com Git - emacs.git/commitdiff
Update documentation and NEWS with SVG changes (bug#77841)
authorAlan Third <alan@idiocy.org>
Tue, 8 Jul 2025 17:06:14 +0000 (18:06 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:05:07 +0000 (10:05 +0200)
* doc/lispref/display.texi (SVG Images):
* etc/NEWS: Document changes to SVG foreground color handling.

(cherry picked from commit 2e3ee3e44803849b085a498fd4e64f84243e6c28)

doc/lispref/display.texi

index 87ccba502132ab9896f57945394019aa5f9c2b6d..592dd3adc3aa51de139c4fdd65194a1b71234995 100644 (file)
@@ -6526,7 +6526,7 @@ properties:
 @table @code
 @item :foreground @var{foreground}
 @var{foreground}, if non-@code{nil}, should be a string specifying a
-color, which is used as the image's foreground color.  If the value is
+color, which is used as the CSS `currentcolor' value.  If the value is
 @code{nil}, it defaults to the current face's foreground color.
 
 @item :background @var{background}