From 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 1 Dec 2022 16:36:09 +0100 Subject: ; Fix typos (don't abbreviate "with" or "without") --- lisp/emacs-lisp/package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/package.el') 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.") -- cgit v1.2.3