From 225b426f256ba00aff7669ad18a5c85f86e22f67 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 27 May 2024 10:11:15 +0200 Subject: ; Fix typos --- lisp/vc/diff-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/vc/diff-mode.el') diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 4f150dc7f36..f93659be02d 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -2640,7 +2640,7 @@ fixed, visit it in a buffer." (?- . (left-fringe diff-fringe-del diff-indicator-removed)) (?! . (left-fringe diff-fringe-rep diff-indicator-changed)) (?\s . (left-fringe diff-fringe-nul fringe))))))))) - ;; Mimicks the output of Magit's diff. + ;; Mimics the output of Magit's diff. ;; FIXME: This has only been tested with Git's diff output. ;; FIXME: Add support for Git's "rename from/to"? (while (re-search-forward "^diff " limit t) -- cgit v1.2.3