aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-15 19:47:44 +0300
committerEli Zaretskii2024-06-15 19:47:44 +0300
commit2d67ea86320c6adbb95a1a94a47037cb3d62dec1 (patch)
tree3c00c3dc793a517add91688180d25e2afa00dca6 /doc
parent9e8c0ec9918af12aafa1063ad3bc3f9f1d180e6f (diff)
downloademacs-2d67ea86320c6adbb95a1a94a47037cb3d62dec1.tar.gz
emacs-2d67ea86320c6adbb95a1a94a47037cb3d62dec1.zip
; * doc/emacs/package.texi (Package Files): Fix wording.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/package.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index fd445805068..22d91b6dbe1 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -566,7 +566,7 @@ the command @kbd{M-x package-install-file}.
566@vindex package-user-dir 566@vindex package-user-dir
567 Once installed, the contents of a package are placed in a 567 Once installed, the contents of a package are placed in a
568subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of 568subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of
569that directory by changing the variable @code{package-user-dir}). The 569that directory by customizing the variable @code{package-user-dir}). The
570package subdirectory is named @file{@var{name}-@var{version}}, where 570package subdirectory is named @file{@var{name}-@var{version}}, where
571@var{name} is the package name and @var{version} is its version 571@var{name} is the package name and @var{version} is its version
572string. 572string.