mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-13 01:20:28 -08:00
* doc/lispref/display.texi (SVG Images): Fix a typo. (Bug#32690)
This commit is contained in:
parent
7efcdf7b3e
commit
3a0caf6b7d
1 changed files with 1 additions and 1 deletions
|
|
@ -5500,7 +5500,7 @@ that describe the outer circumference of the polygon.
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(svg-polygon svg '((100 . 100) (200 . 150) (150 . 90))
|
(svg-polygon svg '((100 . 100) (200 . 150) (150 . 90))
|
||||||
:stroke-color "blue" :fill-color "red"")
|
:stroke-color "blue" :fill-color "red")
|
||||||
@end lisp
|
@end lisp
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue