summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-05-27 10:11:15 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-05-27 10:11:15 +0200
commit225b426f256ba00aff7669ad18a5c85f86e22f67 (patch)
tree5453144d594bfa867b39fd965c7b41f7492b428e /lisp/vc/diff-mode.el
parent21b2954c90eb5b6fa1bbfeda4c5074a0bdc53ba8 (diff)
downloademacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.gz
emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.bz2
emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.zip
; Fix typos
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el2
1 files changed, 1 insertions, 1 deletions
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)