aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 04:00:48 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 04:00:48 -0400
commitc74396ff79d527fcc61b894f4434725a07c5a2e9 (patch)
treea3cb604850fcf3b98ad8f0955536bfbd8d8385ce /scripts
parent0ee61aba411e2abeee676ca802206cfc1676e04f (diff)
downloaddotemacs-c74396ff79d527fcc61b894f4434725a07c5a2e9.tar.gz
dotemacs-c74396ff79d527fcc61b894f4434725a07c5a2e9.zip
docs: normalize generated-file headers and prune obvious comments
The theme-studio and browser-choice generators now stamp their output with a header that names the authoritative source and says to regenerate rather than hand-edit. I regenerated both files to match. I also deleted six obvious "describe the next form" comments, replaced two stale placeholders in titlecase.el and an incomplete FIXME in org-checklist.el with real rationale, and condensed early-init's header and Commentary.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/theme-studio/build-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/theme-studio/build-theme.el b/scripts/theme-studio/build-theme.el
index 4432ef57c..e37214991 100644
--- a/scripts/theme-studio/build-theme.el
+++ b/scripts/theme-studio/build-theme.el
@@ -241,7 +241,7 @@ Empty-attr entries emit nothing (cleared faces drop out)."
(format ";;; %s-theme.el --- Generated by theme-studio -*- lexical-binding: t -*-\n" name)
"\n;;; Commentary:\n"
(format ";; Generated from %s.json by scripts/theme-studio/build-theme.el.\n" name)
- ";; Do not hand-edit; re-run the converter.\n"
+ ";; Treat the JSON as authoritative; regenerate instead of hand-editing this file.\n"
"\n;;; Code:\n\n"
(format "(deftheme %s\n \"Generated by theme-studio.\")\n\n" name)
(format "(custom-theme-set-faces\n '%s\n" name)