; Fix typos (misspelled symbols)

This commit is contained in:
Stefan Kangas 2022-11-21 15:16:08 +01:00
parent 61e96789dd
commit beaa2e4953
21 changed files with 32 additions and 34 deletions

View file

@ -234,7 +234,7 @@ return nil."
(defun package-vc--read-archive-data (archive)
"Update `package-vc--archive-spec-alist' for ARCHIVE.
This function is meant to be used as a hook for `package--read-archive-hook'."
This function is meant to be used as a hook for `package-read-archive-hook'."
(let ((contents-file (expand-file-name
(format "archives/%s/elpa-packages.eld" archive)
package-user-dir)))