branch: elpa/diff-ansi commit 8edf92e34058f49788a085f490ad7ff169ef0d72 Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@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.