emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 1bc3fa0: * lisp/emacs-lisp/package.el (package-install): Fix ty


From: Juri Linkov
Subject: emacs-27 1bc3fa0: * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.
Date: Mon, 9 Mar 2020 19:41:23 -0400 (EDT)

branch: emacs-27
commit 1bc3fa0bd02cb167ae82b65fc56f95651d2bea16
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/emacs-lisp/package.el (package-install): Fix typo in docstring.
---
 lisp/emacs-lisp/package.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 10ce195..a55d6a3 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2046,7 +2046,7 @@ Mark the installed package as selected by adding it to
 
 When called from Lisp and optional argument DONT-SELECT is
 non-nil, install the package but do not add it to
-`package-select-packages'.
+`package-selected-packages'.
 
 If PKG is a `package-desc' and it is already installed, don't try
 to install it but still mark it as selected."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]