diff options
| author | Eli Zaretskii | 2018-03-10 13:57:33 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-03-10 13:57:33 +0200 |
| commit | a34ef529642360130b32a6b5032ad6de2e24baa8 (patch) | |
| tree | 79b3472f914e3cee1081c86a6aee96c44d6023fc /doc | |
| parent | fbc7f9ae44a2a705e37cb7d1f9585cfaac8d13ee (diff) | |
| download | emacs-a34ef529642360130b32a6b5032ad6de2e24baa8.tar.gz emacs-a34ef529642360130b32a6b5032ad6de2e24baa8.zip | |
Document the "URL" keyword in library headers
* doc/lispref/tips.texi (Library Headers): "URL" is an alias for
"Homepage". Suggested by Peter Oliver <p.d.oliver@mavit.org.uk>.
(Bug#30571)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/tips.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |