diff options
Diffstat (limited to 'lisp/vc/vc.el')
-rw-r--r-- | lisp/vc/vc.el | 2 |
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) |