emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 3134137: Fix the ELisp manual part of a recent comm


From: Eli Zaretskii
Subject: [Emacs-diffs] master 3134137: Fix the ELisp manual part of a recent commit
Date: Thu, 1 Aug 2019 10:22:16 -0400 (EDT)

branch: master
commit 3134137bdd2e73647ae19b92cc18d0743d2dbc1b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 216d033..7c0a56d 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



reply via email to

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