aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-06-25 17:57:31 +0300
committerEli Zaretskii2023-06-25 17:57:31 +0300
commit382f5fa81304724c8d708263bb17500a6da813a7 (patch)
treea0cf72505c347c1d961990a9cb2d08d181c8f518
parentfc7e7c3fde37d2038b75b2e8c27cfbbd616c85fb (diff)
downloademacs-382f5fa81304724c8d708263bb17500a6da813a7.tar.gz
emacs-382f5fa81304724c8d708263bb17500a6da813a7.zip
; * doc/emacs/package.texi (Fetching Package Sources): Fix typo (bug#64282).
-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 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
625using @code{package-vc-install-from-checkout}, which creates a symbolic link 625using @code{package-vc-install-from-checkout}, which creates a symbolic link
626from the package directory (@pxref{Package Files}) to your checkout 626from the package directory (@pxref{Package Files}) to your checkout
627and initializes the code. Note that you might have to use 627and 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
629autoloads. 629autoloads.
630 630
631@subsection Specifying Package Sources 631@subsection Specifying Package Sources