summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-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 db8d8685574..4fa77b6d20f 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -342,7 +342,7 @@ which packages are no more needed.
You can use it to (re)install packages on other machines
by running `package-user-selected-packages-install'."
:group 'package
- :type '(repeat (choice symbol)))
+ :type '(repeat symbol))
(defvar package--default-summary "No description available.")