summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-23 05:43:19 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-23 05:49:22 +0100
commit5e8c62ffcae473b89e268e0081d4041fb19abef7 (patch)
treea091dfb0a81648ac56e3df27d434ebe3edf0b4a3 /lisp/vc/vc.el
parent17ed39cc8da1681bffc67907d3a76ef3d75917fd (diff)
downloademacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.gz
; Fix typos
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r--lisp/vc/vc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index fa3d58f770e..328d33040db 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -1561,7 +1561,7 @@ Argument BACKEND is the backend to use."
(insert-file-contents file)
(split-string (buffer-string) "\n" t)))
-;; Subroutine for `vc-git-ignore' and `vc-hg-ignore'.
+;; Subroutine for `vc-default-ignore'.
(defun vc--add-line (string file)
"Add STRING as a line to FILE."
(with-current-buffer (find-file-noselect file)