aboutsummaryrefslogtreecommitdiff
path: root/tests/testutil-general.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 03:49:09 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 03:49:09 -0400
commit0dca0141200ce14cba5e9e65d7291ef5144c8cfd (patch)
tree839c5e5e756d7f939d67127c8a7a90fb1f428eb0 /tests/testutil-general.el
parentcd8b6e5a27e38ad35a75565d236612ac4c53344f (diff)
downloaddotemacs-0dca0141200ce14cba5e9e65d7291ef5144c8cfd.tar.gz
dotemacs-0dca0141200ce14cba5e9e65d7291ef5144c8cfd.zip
docs: fix blank package summaries and normalize more module headers
More of the commentary/comment audit. The custom-* command modules, weather-config, and mousetrap-mode had empty package summary lines and verbose summary paragraphs. I filled the summaries and condensed the prose while keeping each module's load-contract metadata. dwim-shell-config and auth-config had malformed ;; headers (now ;;;), local-repository had a leading BOM, and two test files had blank summaries.
Diffstat (limited to 'tests/testutil-general.el')
-rw-r--r--tests/testutil-general.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutil-general.el b/tests/testutil-general.el
index 52b8a8eae..81743cad8 100644
--- a/tests/testutil-general.el
+++ b/tests/testutil-general.el
@@ -1,4 +1,4 @@
-;;; testutil-general.el --- -*- coding: utf-8; lexical-binding: t; -*-
+;;; testutil-general.el --- Shared filesystem helpers for ERT tests -*- coding: utf-8; lexical-binding: t; -*-
;;
;; Author: Craig Jennings <c@cjennings.net>
;;