diff options
Diffstat (limited to 'doc/misc/use-package.texi')
-rw-r--r-- | doc/misc/use-package.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 6f51780057f..bcb068e6654 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi @@ -1660,7 +1660,8 @@ declaration. The accepted property list is augmented by a @code{:rev} keyword, which has the same shape as the @code{REV} argument to @code{package-vc-install}. Notably -- even when not specified -- @code{:rev} defaults to checking out the last release of the package. -You can use @code{:rev :newest} to check out the latest commit. +You can use @code{:rev :newest} to check out the latest commit. Note +that currently, you cannot upgrade built-in packages using @code{:vc}. For example, |