From e0c5cc70d2c746350e8a58e0396f7b4f13497feb Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 25 Jan 2026 15:52:40 +0100 Subject: [PATCH] Mention scrape-elpa.el file name in autosuggest database * admin/scrape-elpa.el (scrape-elpa): Update the inserted comment. --- admin/scrape-elpa.el | 8 ++++---- 1 file 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)