diff options
| author | Paul Eggert | 2018-03-10 18:30:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-03-10 18:30:54 -0800 |
| commit | a3f26048a9b115e8dabffaa768128eaccd07dfd3 (patch) | |
| tree | 1a2be0f6fbceab35f2b14f91683cff5bacdf1134 /doc/lispref/tips.texi | |
| parent | ab04a0941b67a76575b99d89ba7ba3db1169b901 (diff) | |
| parent | 5c91ca8f30098cb2593ca375daa82d25aef03ad7 (diff) | |
| download | emacs-a3f26048a9b115e8dabffaa768128eaccd07dfd3.tar.gz emacs-a3f26048a9b115e8dabffaa768128eaccd07dfd3.zip | |
Merge from origin/emacs-26
5c91ca8 Fix create_process bug breaking eudc-expand-inline
e244fed Clarify that nil doesn't match itself as a cl-case clause (Bu...
df0e7e2 Improve SVG documentation
a34ef52 Document the "URL" keyword in library headers
fbc7f9a * test/lisp/international/mule-tests.el: Avoid local variable...
16faff6 ; * lisp/org/org-table.el: Replace obsolete alias in comment.
Diffstat (limited to 'doc/lispref/tips.texi')
| -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 |