aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi7
-rw-r--r--doc/lispref/tips.texi3
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index dcd2fcffb49..2ac89ba970e 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5387,7 +5387,6 @@ hint to ImageMagick to help it detect the image type.
5387Specifies a rotation angle in degrees. 5387Specifies a rotation angle in degrees.
5388 5388
5389@item :index @var{frame} 5389@item :index @var{frame}
5390@c Doesn't work: https://debbugs.gnu.org/7978
5391@xref{Multi-Frame Images}. 5390@xref{Multi-Frame Images}.
5392@end table 5391@end table
5393 5392
@@ -5396,8 +5395,8 @@ Specifies a rotation angle in degrees.
5396@cindex SVG images 5395@cindex SVG images
5397 5396
5398SVG (Scalable Vector Graphics) is an XML format for specifying images. 5397SVG (Scalable Vector Graphics) is an XML format for specifying images.
5399If your Emacs build has with SVG support, you can create and manipulate 5398If your Emacs build has SVG support, you can create and manipulate
5400these images with the following commands. 5399these images with the following functions.
5401 5400
5402@defun svg-create width height &rest args 5401@defun svg-create width height &rest args
5403Create a new, empty SVG image with the specified dimensions. 5402Create a new, empty SVG image with the specified dimensions.
@@ -5411,7 +5410,7 @@ The default width (in pixels) of any lines created.
5411The default stroke color on any lines created. 5410The default stroke color on any lines created.
5412@end table 5411@end table
5413 5412
5414This function returns an SVG structure, and all the following commands 5413This function returns an SVG structure, and all the following functions
5415work on that structure. 5414work on that structure.
5416@end defun 5415@end defun
5417 5416
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 0695d9b7b12..c62cfcfa8f6 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -1043,7 +1043,8 @@ the place to write arbitrary keywords that describe their package,
1043rather than just the relevant Finder keywords. 1043rather than just the relevant Finder keywords.
1044 1044
1045@item Homepage 1045@item Homepage
1046This line states the homepage of the library. 1046@itemx URL
1047These lines state the homepage of the library.
1047 1048
1048@item Package-Version 1049@item Package-Version
1049If @samp{Version} is not suitable for use by the package manager, then 1050If @samp{Version} is not suitable for use by the package manager, then