emacs: fix typo in the name of a function

This commit is contained in:
Protesilaos Stavrou 2025-10-17 20:01:10 +03:00
parent 98273390a4
commit 6f67eebe61
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -17736,7 +17736,7 @@ VARIANT is either `dark' or `light'."
default)))
;;;###autoload
(defun prot-simple-updare-some-or-all-of-my-package-repositories (packages &optional all-packages)
(defun prot-simple-update-some-or-all-of-my-package-repositories (packages &optional all-packages)
"Prompt for PACKAGES among `prot-emacs-my-packages' to pull or clone.
With a universal prefix argument for ALL-PACKAGES, do not prompt for packages and
update them all instead."

View file

@ -1094,7 +1094,7 @@ VARIANT is either `dark' or `light'."
default)))
;;;###autoload
(defun prot-simple-updare-some-or-all-of-my-package-repositories (packages &optional all-packages)
(defun prot-simple-update-some-or-all-of-my-package-repositories (packages &optional all-packages)
"Prompt for PACKAGES among `prot-emacs-my-packages' to pull or clone.
With a universal prefix argument for ALL-PACKAGES, do not prompt for packages and
update them all instead."