]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (SVG Images): Fix a typo. (Bug#32690)
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Sep 2018 07:12:49 +0000 (10:12 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 11 Sep 2018 07:12:49 +0000 (10:12 +0300)
doc/lispref/display.texi

index aed103ee2c9dfe7c8a417cfb58a6acbf9808f44f..d6f35276e9f609e7b10bfc332c294e252b2175ea 100644 (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