diff options
| author | Philip Kaludercic | 2026-01-25 15:52:40 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2026-01-25 15:52:40 +0100 |
| commit | e0c5cc70d2c746350e8a58e0396f7b4f13497feb (patch) | |
| tree | 490ee13120e3b4c4d15064ea427243a756a14d9a /admin | |
| parent | 3a3a9e21c1540873714ce2175d2a4a06d18ce99d (diff) | |
| download | emacs-e0c5cc70d2c746350e8a58e0396f7b4f13497feb.tar.gz emacs-e0c5cc70d2c746350e8a58e0396f7b4f13497feb.zip | |
Mention scrape-elpa.el file name in autosuggest database
* admin/scrape-elpa.el (scrape-elpa): Update the inserted comment.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/scrape-elpa.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/scrape-elpa.el b/admin/scrape-elpa.el index f2b5439d082..f513dc36550 100644 --- a/admin/scrape-elpa.el +++ b/admin/scrape-elpa.el | |||
| @@ -39,10 +39,10 @@ Please review the results before updating the autosuggest database!" | |||
| 39 | (find-file (expand-file-name "package-autosuggest.eld" data-directory)) | 39 | (find-file (expand-file-name "package-autosuggest.eld" data-directory)) |
| 40 | (erase-buffer) | 40 | (erase-buffer) |
| 41 | (lisp-data-mode) | 41 | (lisp-data-mode) |
| 42 | (insert ";; The contents of this file are loaded into `package--autosuggest-database' | 42 | (insert ";; The contents of this file are loaded into `package--autosuggest-database'. |
| 43 | ;; and were automatically generate by scraping ELPA for auto-loaded | 43 | ;; were automatically generate by scraping ELPA for auto-loaded |
| 44 | ;; code using the `scrape-elpa' command. Please avoid updating this | 44 | ;; code using the `scrape-elpa' command from admin/scrape-elpa.el. Please do not |
| 45 | ;; file manually! | 45 | ;; update this file manually! |
| 46 | 46 | ||
| 47 | ") | 47 | ") |
| 48 | (fill-paragraph) | 48 | (fill-paragraph) |