]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change in package.texi
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Jan 2024 05:43:25 +0000 (07:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 10:58:58 +0000 (11:58 +0100)
* doc/lispref/package.texi (Multi-file Packages): Fix wording and
markup.  (Bug#65027)

(cherry picked from commit 6d76e3991241905b0841effc6f8cd42394d9aa64)
(cherry picked from commit 396b49871aa5432e2ff00230868013a22b180656)

doc/lispref/package.texi

index ebe578932bfb7a86a22781fdef389dc514d7ff44..f75023d4039448c9bfbe3be420d7ae447d016a7f 100644 (file)
@@ -284,12 +284,14 @@ variable @code{load-file-name} (@pxref{Loading}).  Here is an example:
   (expand-file-name file superfrobnicator-base))
 @end smallexample
 
-  If your project contains files that you don't wish to distribute to
+@cindex @file{.elpaignore} file
+  If your package contains files that you don't wish to distribute to
 users (e.g.@: regression tests), you can add them to an
-@file{.elpaignore} file.  In this file, each line lists a file or
-wildcard matching files to ignore when producing your package's tar
-file on ELPA.  (ELPA will pass this file to @command{tar} with the
-@code{-X} option.)
+@file{.elpaignore} file.  In this file, each line lists a file or a
+wildcard matching files; those files should be ignored when producing
+your package's tarball on ELPA (@pxref{Package Archives}).  (ELPA
+will pass this file to the @command{tar} command via the @option{-X}
+command-line option, when it prepares the package for download.)
 
 @node Package Archives
 @section Creating and Maintaining Package Archives