From 3207fb58da9824918aab8dbd7df5f756559e46b7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 28 Jun 2026 03:49:09 -0400 Subject: 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. --- tests/test-undead-buffers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-undead-buffers.el') diff --git a/tests/test-undead-buffers.el b/tests/test-undead-buffers.el index d08649b7..cd2a4176 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. -- cgit v1.2.3