aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 6bfc96cc6e7..dc050444b8d 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2289,7 +2289,7 @@ Otherwise no newline is inserted."
2289 (insert "\n") 2289 (insert "\n")
2290 (unless (and pkg-dir (not archive)) ; Installed pkgs don't have archive. 2290 (unless (and pkg-dir (not archive)) ; Installed pkgs don't have archive.
2291 (package--print-help-section "Archive" 2291 (package--print-help-section "Archive"
2292 (or archive "n/a"))) 2292 (or archive "n/a") "\n"))
2293 (and version 2293 (and version
2294 (package--print-help-section "Version" 2294 (package--print-help-section "Version"
2295 (package-version-join version))) 2295 (package-version-join version)))