]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some minor inconsistencies in the Package examples
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Aug 2019 20:36:38 +0000 (22:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Aug 2019 20:36:38 +0000 (22:36 +0200)
* doc/lispref/package.texi (Simple Packages): Use one of the
approved keywords (bug#19490).

* doc/lispref/tips.texi (Library Headers): Use URL instead of
Homepage to make things consistent with "Simple Packages".

doc/lispref/package.texi
doc/lispref/tips.texi

index a2f4f55be7d3dc2853a6b2225b111f8ab952c647..eb34b8e0af23a2eef094a14406d99e2c4724fcbf 100644 (file)
@@ -158,7 +158,7 @@ the various headers, as illustrated by the following example:
 ;; Author: J. R. Hacker <jrh@@example.com>
 ;; Version: 1.3
 ;; Package-Requires: ((flange "1.0"))
-;; Keywords: multimedia, frobnicate
+;; Keywords: multimedia, hypermedia
 ;; URL: http://example.com/jrhacker/superfrobnicate
 
 @dots{}
index 01e9a3a851fe067f9fbded5da3e92e9d3188a808..855b284a1573676e60ece0e0425f6c3b48d11cd2 100644 (file)
@@ -958,7 +958,7 @@ explains these conventions, starting with an example:
 ;; Created: 14 Jul 2010
 @group
 ;; Keywords: languages
-;; Homepage: http://example.com/foo
+;; URL: http://example.com/foo
 
 ;; This file is not part of GNU Emacs.