summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-26 22:41:09 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-26 23:04:23 +0200
commitdb2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch)
tree5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/emacs-lisp/package.el
parentc716d0cf5692ab853c0eb5dc809c765207762cdb (diff)
downloademacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz
emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.bz2
emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip
; Fix several symbol name typos
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r--lisp/emacs-lisp/package.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index d619142d64c..f3077cbbdb8 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -835,8 +835,7 @@ byte-compilation of the new package to fail."
If DEPS is non-nil, also activate its dependencies (unless they
are already activated).
If RELOAD is non-nil, also `load' any files inside the package which
-correspond to previously loaded files (those returned by
-`package--list-loaded-files')."
+correspond to previously loaded files."
(let* ((name (package-desc-name pkg-desc))
(pkg-dir (package-desc-dir pkg-desc)))
(unless pkg-dir