From 734f95c33f3b618110a5c1376b46cc96336332d4 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 11 Aug 2021 16:25:20 +0000 Subject: [PATCH] document find-ignore-file --- lisp/vc/vc.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 9338b7191d..a97caa702a 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -486,11 +486,19 @@ ;; from ignored files. ;; When called from Lisp code, if DIRECTORY is non-nil, the ;; repository to use will be deduced by DIRECTORY. +;; The default behavior is to add or remove a line from the file +;; returned by the `find-ignore-file' function. ;; ;; - ignore-completion-table (directory) ;; ;; Return the completion table for files ignored by the current ;; version control system, e.g., the entries in `.gitignore' and +;; `.bzrignore'. The default behavior is to read the contents of +;; the file returned by the `find-ignore-file' function. +;; +;; - find-ignore-file +;; +;; Return the ignore file that controls FILE, e.g. `.gitignore' or ;; `.bzrignore'. ;; ;; - previous-revision (file rev) -- 2.32.0