diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 03:49:09 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 03:49:09 -0400 |
| commit | 0ee61aba411e2abeee676ca802206cfc1676e04f (patch) | |
| tree | 6438cea1110885c3d73ac2e32e15e59b9703d947 /tests | |
| parent | 095ffbb835ceac1841cf53a3cb3c2571c3f00ec3 (diff) | |
| download | dotemacs-0ee61aba411e2abeee676ca802206cfc1676e04f.tar.gz dotemacs-0ee61aba411e2abeee676ca802206cfc1676e04f.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')
| -rw-r--r-- | tests/test-undead-buffers.el | 2 | ||||
| -rw-r--r-- | tests/testutil-general.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-undead-buffers.el b/tests/test-undead-buffers.el index d08649b7c..cd2a4176e 100644 --- a/tests/test-undead-buffers.el +++ b/tests/test-undead-buffers.el @@ -1,4 +1,4 @@ -;;; test-undead-buffers.el --- -*- coding: utf-8; lexical-binding: t; -*- +;;; test-undead-buffers.el --- Tests for undead buffer kill/bury behavior -*- coding: utf-8; lexical-binding: t; -*- ;;; Commentary: ;; ERT tests for undead-buffers.el. 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> ;; |
