[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/diff-ansi 8edf92e340 3/3: Cleanup: use title case for a "s
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/diff-ansi 8edf92e340 3/3: Cleanup: use title case for a "section" |
Date: |
Sun, 18 Aug 2024 21:59:37 -0400 (EDT) |
branch: elpa/diff-ansi
commit 8edf92e34058f49788a085f490ad7ff169ef0d72
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
Cleanup: use title case for a "section"
---
diff-ansi.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diff-ansi.el b/diff-ansi.el
index 26191d48eb..a87c4e5802 100644
--- a/diff-ansi.el
+++ b/diff-ansi.el
@@ -143,7 +143,7 @@ It can be useful to show progress when viewing very large
diffs."
;; ---------------------------------------------------------------------------
-;; Generic functions.
+;; Generic Functions
(defmacro diff-ansi--with-advice (advice &rest body)
"Execute BODY with ADVICE temporarily enabled.