; * etc/NEWS: Expand description of vc-buffer-overriding-fileset.

This commit is contained in:
Sean Whitton 2025-04-11 18:46:37 +08:00
parent 1be9007c0d
commit 53058e15c3

View file

@ -1470,7 +1470,9 @@ appearance of the list can be customized with the new faces
---
*** New buffer-local variable 'vc-buffer-overriding-fileset'.
This can be used to override the behavior of 'vc-deduce-fileset'.
Primarily intended for buffers not visiting files, this specifies the
VC backend and VCS-managed file name or file names to which the buffer's
contents corresponds. It overrides the behavior of 'vc-deduce-fileset'.
This replaces and generalizes the old 'vc-annotate-parent-file'.
---