]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix a comment
authorGerd Möllmann <gerd@gnu.org>
Mon, 7 Aug 2023 07:08:34 +0000 (09:08 +0200)
committerGerd Möllmann <gerd@gnu.org>
Mon, 7 Aug 2023 07:08:34 +0000 (09:08 +0200)
lisp/emacs-lisp/pkg.el

index 47f53d1ad5163b1490768549020926896533d86f..d56a034eb6576e36f97429f9e336c9b20093b537 100644 (file)
@@ -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)