[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/package-vc-fixes c7b485da75 07/16: Fix 'package-vc-selected-pack
From: |
Philip Kaludercic |
Subject: |
scratch/package-vc-fixes c7b485da75 07/16: Fix 'package-vc-selected-packages' documentation |
Date: |
Thu, 10 Nov 2022 14:44:05 -0500 (EST) |
branch: scratch/package-vc-fixes
commit c7b485da752854eb35117f43ec4945ee565f54f8
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Fix 'package-vc-selected-packages' documentation
* lisp/emacs-lisp/package-vc.el (package-vc-selected-packages): Remove
reference to non-existent function and rephrase last sentence.
---
lisp/emacs-lisp/package-vc.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 2406df26f5..eae55decfd 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -151,8 +151,9 @@ is a symbol designating the package and SPEC is one of:
specification.
This user option differs from `package-selected-packages' in that
-it is meant to be specified manually. You can also use the
-function `package-vc-selected-packages' to apply the changes."
+it is meant to be specified manually. If you want to install all
+the packages in the list, you cal also use
+`package-vc-install-selected-packages'."
:type '(alist :tag "List of packages you want to be installed"
:key-type (symbol :tag "Package")
:value-type
- branch scratch/package-vc-fixes created (now a2be7f006a), Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes c94b80caf1 05/16: Autoload 'package-vc-install-selected-packages', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes b19bf809f8 06/16: Mark 'package-vc-update' as interactive, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes c7b485da75 07/16: Fix 'package-vc-selected-packages' documentation,
Philip Kaludercic <=
- scratch/package-vc-fixes 55af74cd1e 08/16: Fix the docstring for 'package-vc--version', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 95882b0567 09/16: Clarify 'package-vc--build-documentation' docstring, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 6ba14d437b 10/16: Expand 'package-vc--unpack-1' documentation, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 12a7853844 11/16: Remove references to internal symbols from public docstrings, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 9e4ef24033 15/16: Explain what "refreshing" a source package means, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes a2be7f006a 16/16: Fix type error in package-vc prompt function, Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes cb6415a45a 01/16: ; Fix interactive spec for 'package-vc-refresh', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes 61048ae3fa 02/16: Handle strings as keys in 'package-vc-ensure-packages', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes fe4b9fbbd3 03/16: Rename '-ensure-packages' to -install-selected-packages', Philip Kaludercic, 2022/11/10
- scratch/package-vc-fixes ed0caa9032 04/16: Mark 'package-vc-install-selected-packages' as interactive, Philip Kaludercic, 2022/11/10