From: Gerd Möllmann Date: Mon, 7 Aug 2023 07:08:34 +0000 (+0200) Subject: ; Fix a comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89c293dd9f3ed96249c4601fbd1d9cb867571c11;p=emacs.git ; Fix a comment --- diff --git a/lisp/emacs-lisp/pkg.el b/lisp/emacs-lisp/pkg.el index 47f53d1ad51..d56a034eb65 100644 --- a/lisp/emacs-lisp/pkg.el +++ b/lisp/emacs-lisp/pkg.el @@ -571,8 +571,8 @@ Value is t." (let ((package (or (find-package name) (make-package name :use nil :size size :nicknames nicknames)))) - ;; PKG-FIXME: What of the existing stuff does survive? Nicknames, - ;; use-list, and so on. + + ;; Removed old nicknames from the registry, and adds new ones. (unregister-package package) (register-package package)