* doc/lispref/display.texi (SVG Images): Fix a typo. (Bug#32690)

This commit is contained in:
Eli Zaretskii 2018-09-11 10:12:49 +03:00
parent 7efcdf7b3e
commit 3a0caf6b7d

View file

@ -5500,7 +5500,7 @@ that describe the outer circumference of the polygon.
@lisp
(svg-polygon svg '((100 . 100) (200 . 150) (150 . 90))
:stroke-color "blue" :fill-color "red"")
:stroke-color "blue" :fill-color "red")
@end lisp
@end defun