From 9a6c5d0240698f80c5d5e5ae6e872cb4469fef6d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 26 Sep 2024 02:04:03 +0200 Subject: [PATCH] Deprecate 'Homepage' header in favor of 'URL' * doc/lispref/tips.texi (Library Headers): Document the 'Homepage' header as deprecated in favor of 'URL'. (cherry picked from commit 89abbb843a01f799c320ad776d139835e80ecf61) --- doc/lispref/tips.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index e3d695b2347..14eabb3558f 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -1158,8 +1158,8 @@ the place to write arbitrary keywords that describe their package, rather than just the relevant Finder keywords. @item URL -@itemx Homepage -These lines state the website of the library. +This line states the website of the library. @samp{Homepage} is a +deprecated alternative to @samp{URL}. @item Package-Version If @samp{Version} is not suitable for use by the package manager, then -- 2.39.5