mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: fix typo in the name of a function
This commit is contained in:
parent
98273390a4
commit
6f67eebe61
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue