]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorRobert Pluim <rpluim@gmail.com>
Tue, 13 Apr 2021 16:11:42 +0000 (18:11 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 16 Apr 2021 07:51:59 +0000 (09:51 +0200)
* doc/lispref/display.texi (SVG Images): Fix typos.

doc/lispref/display.texi

index 39ec715b4ccd53af22897c664b43c7275e49f75f..dfba163d4e771a01927aa8cafa81423220149390 100644 (file)
@@ -4761,6 +4761,7 @@ window on a minibuffer-less frame.
 @node Display Property
 @section The @code{display} Property
 @cindex display specification
+@cindex display property
 @kindex display @r{(text property)}
 
   The @code{display} text property (or overlay property) is used to
@@ -5777,13 +5778,13 @@ properties:
 @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
-@code{nil}, it defaults to the faces's foreground color.
+@code{nil}, it defaults to the current face's foreground color.
 
 @item :background @var{background}
 @var{background}, if non-@code{nil}, should be a string specifying a
 color, which is used as the image's background color if the image
 supports transparency.  If the value is @code{nil}, it defaults to the
-faces's background color.
+current face's background color.
 
 @item :css @var{css}
 @var{css}, if non-@code{nil}, should be a string specifying the CSS to