diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/scrape-elpa.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/scrape-elpa.el b/admin/scrape-elpa.el index bf3846c0fcb..f2b5439d082 100644 --- a/admin/scrape-elpa.el +++ b/admin/scrape-elpa.el @@ -39,7 +39,7 @@ 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' + (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! |
