diff options
| author | Eli Zaretskii | 2023-06-25 17:57:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-06-25 17:57:31 +0300 |
| commit | 382f5fa81304724c8d708263bb17500a6da813a7 (patch) | |
| tree | a0cf72505c347c1d961990a9cb2d08d181c8f518 | |
| parent | fc7e7c3fde37d2038b75b2e8c27cfbbd616c85fb (diff) | |
| download | emacs-382f5fa81304724c8d708263bb17500a6da813a7.tar.gz emacs-382f5fa81304724c8d708263bb17500a6da813a7.zip | |
; * doc/emacs/package.texi (Fetching Package Sources): Fix typo (bug#64282).
| -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 0be60b2b70b..998956440b5 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi | |||
| @@ -625,7 +625,7 @@ checkout instead of cloning a remote repository. You can do this by | |||
| 625 | using @code{package-vc-install-from-checkout}, which creates a symbolic link | 625 | using @code{package-vc-install-from-checkout}, which creates a symbolic link |
| 626 | from the package directory (@pxref{Package Files}) to your checkout | 626 | from the package directory (@pxref{Package Files}) to your checkout |
| 627 | and initializes the code. Note that you might have to use | 627 | and initializes the code. Note that you might have to use |
| 628 | @code{package-vc-refresh} to repeat the initialization and update the | 628 | @code{package-vc-rebuild} to repeat the initialization and update the |
| 629 | autoloads. | 629 | autoloads. |
| 630 | 630 | ||
| 631 | @subsection Specifying Package Sources | 631 | @subsection Specifying Package Sources |