From 3134137bdd2e73647ae19b92cc18d0743d2dbc1b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 1 Aug 2019 17:21:22 +0300 Subject: [PATCH] Fix the ELisp manual part of a recent commit * doc/lispref/display.texi (SVG Images): Fix markup of "SVG Path Commands". It is no longer a @node, but a @subheading. --- doc/lispref/display.texi | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 216d0332428..7c0a56dcad3 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5777,8 +5777,13 @@ circle: @end lisp -@node SVG Path Commands -@subsubsection SVG Path Commands +@subsubheading SVG Path Commands + +@cindex svg path commands +@anchor{SVG Path Commands} +@dfn{SVG paths} allow creation of complex images by combining lines, +curves, arcs, and other basic shapes. The functions described below +allow invoking SVG path commands from a Lisp program. @deffn Command moveto points Move the pen to the first point in @var{points}. Additional points -- 2.39.2