diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-12-01 19:34:32 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-12-01 19:34:32 +0200 |
commit | 91dba5b06688b1c4d891aa8ca4d2b321a52069ee (patch) | |
tree | 41e3d59c3b304c5d4d0e11718a43a3eaba0d94d4 /lisp/emacs-lisp/package.el | |
parent | d94c5870c07d07a460a4512395353824ad1af23a (diff) | |
parent | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (diff) | |
download | emacs-91dba5b06688b1c4d891aa8ca4d2b321a52069ee.tar.gz emacs-91dba5b06688b1c4d891aa8ca4d2b321a52069ee.tar.bz2 emacs-91dba5b06688b1c4d891aa8ca4d2b321a52069ee.zip |
Merge branch 'emacs-29' of git.savannah.gnu.org:/srv/git/emacs into emacs-29
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index f10dc915721..a9fd8c741e8 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -3110,7 +3110,7 @@ package PKG-DESC, add one. The alist is keyed with PKG-DESC." "If non-nil, include packages that don't have a version in `list-packages'.") (defvar package-list-unsigned nil - "If non-nil, mention in the list which packages were installed w/o signature.") + "If non-nil, mention in the list which packages were installed without signature.") (defvar package--emacs-version-list (version-to-list emacs-version) "The value of variable `emacs-version' as a list.") |