diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/display.texi | 7 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 3 |
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. | |||
| 5387 | Specifies a rotation angle in degrees. | 5387 | Specifies 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 | ||
| 5398 | SVG (Scalable Vector Graphics) is an XML format for specifying images. | 5397 | SVG (Scalable Vector Graphics) is an XML format for specifying images. |
| 5399 | If your Emacs build has with SVG support, you can create and manipulate | 5398 | If your Emacs build has SVG support, you can create and manipulate |
| 5400 | these images with the following commands. | 5399 | these images with the following functions. |
| 5401 | 5400 | ||
| 5402 | @defun svg-create width height &rest args | 5401 | @defun svg-create width height &rest args |
| 5403 | Create a new, empty SVG image with the specified dimensions. | 5402 | Create a new, empty SVG image with the specified dimensions. |
| @@ -5411,7 +5410,7 @@ The default width (in pixels) of any lines created. | |||
| 5411 | The default stroke color on any lines created. | 5410 | The default stroke color on any lines created. |
| 5412 | @end table | 5411 | @end table |
| 5413 | 5412 | ||
| 5414 | This function returns an SVG structure, and all the following commands | 5413 | This function returns an SVG structure, and all the following functions |
| 5415 | work on that structure. | 5414 | work 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, | |||
| 1043 | rather than just the relevant Finder keywords. | 1043 | rather than just the relevant Finder keywords. |
| 1044 | 1044 | ||
| 1045 | @item Homepage | 1045 | @item Homepage |
| 1046 | This line states the homepage of the library. | 1046 | @itemx URL |
| 1047 | These lines state the homepage of the library. | ||
| 1047 | 1048 | ||
| 1048 | @item Package-Version | 1049 | @item Package-Version |
| 1049 | If @samp{Version} is not suitable for use by the package manager, then | 1050 | If @samp{Version} is not suitable for use by the package manager, then |