summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2026-01-25 15:52:40 +0100
committerPhilip Kaludercic <philipk@posteo.net>2026-01-25 15:52:40 +0100
commite0c5cc70d2c746350e8a58e0396f7b4f13497feb (patch)
tree490ee13120e3b4c4d15064ea427243a756a14d9a /admin
parent3a3a9e21c1540873714ce2175d2a4a06d18ce99d (diff)
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.el8
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!"
(find-file (expand-file-name "package-autosuggest.eld" data-directory))
(erase-buffer)
(lisp-data-mode)
- (insert ";; The contents of this file are loaded into `package--autosuggest-database'
-;; and were automatically generate by scraping ELPA for auto-loaded
-;; code using the `scrape-elpa' command. Please avoid updating this
-;; file manually!
+ (insert ";; The contents of this file are loaded into `package--autosuggest-database'.
+;; were automatically generate by scraping ELPA for auto-loaded
+;; code using the `scrape-elpa' command from admin/scrape-elpa.el. Please do not
+;; update this file manually!
")
(fill-paragraph)