; * lisp/vc/vc.el: Note about different file name kinds (bug#80722).

This commit is contained in:
Sean Whitton 2026-04-13 09:24:44 -04:00
parent 71fce9fe2b
commit 5a5801fc24

View file

@ -104,6 +104,12 @@
;; In the list of functions below, each identifier needs to be prepended
;; with `vc-sys-'. Some of the functions are mandatory (marked with a
;; `*'), others are optional (`-').
;;
;; NOTES
;;
;; - Unless otherwise specified, code should be prepared to handle
;; absolute, relative, abbreviated and unabbreviated file names:
;; the generic code isn't always consistent about what it passes.
;; BACKEND PROPERTIES
;;