From a34ef529642360130b32a6b5032ad6de2e24baa8 Mon Sep 17 00:00:00 2001
From: Eli Zaretskii
Date: Sat, 10 Mar 2018 13:57:33 +0200
Subject: Document the "URL" keyword in library headers
* doc/lispref/tips.texi (Library Headers): "URL" is an alias for
"Homepage". Suggested by Peter Oliver
.
(Bug#30571)
---
doc/lispref/tips.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'doc')
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,
rather than just the relevant Finder keywords.
@item Homepage
-This line states the homepage of the library.
+@itemx URL
+These lines state the homepage of the library.
@item Package-Version
If @samp{Version} is not suitable for use by the package manager, then
--
cgit v1.2.1
From df0e7e2b9e98e45353d3555448cb0f7d5a20a00d Mon Sep 17 00:00:00 2001
From: Charles A. Roelli
Date: Sat, 10 Mar 2018 19:19:00 +0100
Subject: Improve SVG documentation
* doc/lispref/display.texi (ImageMagick Images): Remove an
outdated comment that references a fixed bug.
(SVG Images): Fix grammar, and call functions functions (there are
no commands in lisp/svg.el).
---
doc/lispref/display.texi | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'doc')
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.
Specifies a rotation angle in degrees.
@item :index @var{frame}
-@c Doesn't work: https://debbugs.gnu.org/7978
@xref{Multi-Frame Images}.
@end table
@@ -5396,8 +5395,8 @@ Specifies a rotation angle in degrees.
@cindex SVG images
SVG (Scalable Vector Graphics) is an XML format for specifying images.
-If your Emacs build has with SVG support, you can create and manipulate
-these images with the following commands.
+If your Emacs build has SVG support, you can create and manipulate
+these images with the following functions.
@defun svg-create width height &rest args
Create a new, empty SVG image with the specified dimensions.
@@ -5411,7 +5410,7 @@ The default width (in pixels) of any lines created.
The default stroke color on any lines created.
@end table
-This function returns an SVG structure, and all the following commands
+This function returns an SVG structure, and all the following functions
work on that structure.
@end defun
--
cgit v1.2.1