emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 3a0caf6: * doc/lispref/display.texi (SVG Images):


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 3a0caf6: * doc/lispref/display.texi (SVG Images): Fix a typo. (Bug#32690)
Date: Tue, 11 Sep 2018 03:13:01 -0400 (EDT)

branch: emacs-26
commit 3a0caf6b7df3c0646f96db1d033cb0404658f2c0
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/display.texi (SVG Images): Fix a typo.  (Bug#32690)
---
 doc/lispref/display.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index aed103e..d6f3527 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]