mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
Mention scrape-elpa.el file name in autosuggest database
* admin/scrape-elpa.el (scrape-elpa): Update the inserted comment.
This commit is contained in:
parent
3a3a9e21c1
commit
e0c5cc70d2
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue