diff options
| author | Eli Zaretskii | 2024-06-15 19:47:44 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-15 19:47:44 +0300 |
| commit | 2d67ea86320c6adbb95a1a94a47037cb3d62dec1 (patch) | |
| tree | 3c00c3dc793a517add91688180d25e2afa00dca6 /doc | |
| parent | 9e8c0ec9918af12aafa1063ad3bc3f9f1d180e6f (diff) | |
| download | emacs-2d67ea86320c6adbb95a1a94a47037cb3d62dec1.tar.gz emacs-2d67ea86320c6adbb95a1a94a47037cb3d62dec1.zip | |
; * doc/emacs/package.texi (Package Files): Fix wording.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/package.texi | 2 |
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 |
| 568 | subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of | 568 | subdirectory of @file{~/.emacs.d/elpa/} (you can change the name of |
| 569 | that directory by changing the variable @code{package-user-dir}). The | 569 | that directory by customizing the variable @code{package-user-dir}). The |
| 570 | package subdirectory is named @file{@var{name}-@var{version}}, where | 570 | package 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 |
| 572 | string. | 572 | string. |