+2011-12-22 Chong Yidong <cyd@gnu.org>
+
+ * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
+
2011-12-21 Drew Adams <drew.adams@oracle.com>
* files.el (file-remote-p): Fix docstring. (Bug#10319)
:group 'vc)
(defcustom vc-keep-workfiles t
- "If non-nil, don't delete working files after registering changes.
-If the back-end is CVS, workfiles are always kept, regardless of the
-value of this flag."
+ "Whether to keep work files on disk after commits, on a locking VCS.
+This variable has no effect on modern merging-based version
+control systems."
:type 'boolean
:group 'vc)