]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
authorChong Yidong <cyd@gnu.org>
Thu, 22 Dec 2011 10:16:45 +0000 (18:16 +0800)
committerChong Yidong <cyd@gnu.org>
Thu, 22 Dec 2011 10:16:45 +0000 (18:16 +0800)
lisp/ChangeLog
lisp/vc/vc-hooks.el

index 2cf353752457159da17f2a6ba318caaf0f817842..0ecab2b569c0774e3233a7bff49c1c4fd236cade 100644 (file)
@@ -1,3 +1,7 @@
+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)
index 148f6cde9309ab1fd352d6e6a80da94b6af5e5d1..c9e30772318548d08b3562f7bc8d5f3043224c5c 100644 (file)
@@ -114,9 +114,9 @@ Otherwise, not displayed."
   :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)