From: Eli Zaretskii Date: Thu, 1 Aug 2019 14:21:22 +0000 (+0300) Subject: Fix the ELisp manual part of a recent commit X-Git-Tag: emacs-27.0.90~1776 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3134137bdd2e73647ae19b92cc18d0743d2dbc1b;p=emacs.git 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. --- 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